Uses of Class
com.yahoo.yolean.concurrent.Memoized
Packages that use Memoized
-
Uses of Memoized in com.yahoo.yolean.concurrent
Methods in com.yahoo.yolean.concurrent that return MemoizedModifier and TypeMethodDescriptionMemoized.combine(Memoized<T, ? extends E> inner, Function<T, U> outer, Memoized.Closer<U, ? extends E> closer) Composes the given memoized with a function taking its output as an argument to produce a new Memoized, with the given closer.static <T extends AutoCloseable>
Memoized<T,?> Returns a generic AutoCloseable Memoized with the given AutoCloseable-supplier.Methods in com.yahoo.yolean.concurrent with parameters of type MemoizedModifier and TypeMethodDescriptionMemoized.combine(Memoized<T, ? extends E> inner, Function<T, U> outer, Memoized.Closer<U, ? extends E> closer) Composes the given memoized with a function taking its output as an argument to produce a new Memoized, with the given closer.