T
Supplier<T>
public class Lazy<T> extends Object implements Supplier<T>
Lazy(Supplier<T> init)
<U> Consumer<U>
consumer(BiConsumer<? super T,? super U> delegate)
get()
Optional<T>
optional()
Lazy<T>
reset(Supplier<T> init)
reset(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Lazy(Supplier<T> init)
public Lazy<T> reset(Supplier<T> init)
public Lazy<T> reset(T value)
public T get()
get
public Optional<T> optional()
public <U> Consumer<U> consumer(BiConsumer<? super T,? super U> delegate)