Class MemoizingSupplier<T>

java.lang.Object
org.talend.sdk.component.runtime.manager.util.MemoizingSupplier<T>
All Implemented Interfaces:
Supplier<T>

public class MemoizingSupplier<T> extends Object implements Supplier<T>
Supplier that retains value.