Interface MemoizedSupplier<T>

All Superinterfaces:
Memoized<Void,T>, Supplier<T>
All Known Implementing Classes:
MemoizedSupplierImpl

public interface MemoizedSupplier<T> extends Supplier<T>, Memoized<Void,T>