Uses of Interface
com.yahoo.yolean.concurrent.Memoized.Closer
Packages that use Memoized.Closer
-
Uses of Memoized.Closer in com.yahoo.yolean.concurrent
Methods in com.yahoo.yolean.concurrent with parameters of type Memoized.CloserModifier 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.Constructors in com.yahoo.yolean.concurrent with parameters of type Memoized.Closer