Summary:
Detail:
Supplier<T>
Lazy(Callable<T> initializer)
static <T> Lazy<T>
by(Callable<T> supplier)
T
get()
static <V> V
get(Lazy<V> value)
of(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get