public class SimpleMemoizingSupplier<T> extends Object implements Supplier<T>
SimpleMemoizingSupplier(Supplier<T> delegate)
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleMemoizingSupplier(Supplier<T> delegate)
public T get()
get
Supplier<T>