Uses of Interface
io.fluxzero.common.MemoizingSupplier
Packages that use MemoizingSupplier
-
Uses of MemoizingSupplier in io.fluxzero.common
Classes in io.fluxzero.common that implement MemoizingSupplierModifier and TypeClassDescriptionclassA default implementation of theMemoizingSupplierinterface that memoizes (caches) the result of a computation performed by a suppliedSupplier.Methods in io.fluxzero.common that return MemoizingSupplier -
Uses of MemoizingSupplier in io.fluxzero.sdk.common
Methods in io.fluxzero.sdk.common that return MemoizingSupplierModifier and TypeMethodDescriptionstatic <T> MemoizingSupplier<T> Memoizes the given supplier using a default memoization strategy.static <T> MemoizingSupplier<T> Memoizes the given supplier using a time-based lifespan and Fluxzero’s internal clock.