public class Suppliers
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.function.Supplier<T> |
memoize(java.util.function.Supplier<T> delegate)
It generates a cached version of the supplier.
|
public static <T> java.util.function.Supplier<T> memoize(java.util.function.Supplier<T> delegate)
T - the type of the supplier response.delegate - the delegate