Package io.fluxcapacitor.common
Class ObjectUtils.MemoizingSupplier<T>
java.lang.Object
io.fluxcapacitor.common.ObjectUtils.MemoizingSupplier<T>
- All Implemented Interfaces:
Supplier<T>
- Enclosing class:
- ObjectUtils
public static class ObjectUtils.MemoizingSupplier<T> extends Object implements Supplier<T>
-
Constructor Summary
Constructors Constructor Description MemoizingSupplier(Supplier<T> delegate) -
Method Summary