Uses of Interface
aQute.bnd.memoize.CloseableMemoize
Packages that use CloseableMemoize
-
Uses of CloseableMemoize in aQute.bnd.memoize
Methods in aQute.bnd.memoize that return CloseableMemoizeModifier and TypeMethodDescriptionCall the consumer with the value of this memoizing supplier.static <T extends AutoCloseable>
CloseableMemoize<T> CloseableMemoize.closeableSupplier
(Supplier<? extends T> supplier) Creates an AutoCloseable supplier which memoizes the AutoCloseable value returned by the specified supplier.If a value is memoized, call the consumer with the value of this memoizing supplier.