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