public static class F.LazySupplier<T> extends Object implements Supplier<T>
T
get()
static <T> Supplier<T>
lazy(Supplier<T> creator)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public T get()
get
Supplier<T>
public static <T> Supplier<T> lazy(Supplier<T> creator)