Module wtf.metio.memoization.jdk
Package wtf.metio.memoization.jdk
package wtf.metio.memoization.jdk
Memoize members of functional interfaces from the JDK with a
ConcurrentMap.- See Also:
-
ClassDescriptionDoubleBinaryFunction<RESULT>IntBinaryFunction<RESULT>LongBinaryFunction<RESULT>Factory for lightweight wrappers that store the result of a potentially expensive function call.ObjDoubleFunction<VALUE,
RESULT> ObjIntFunction<VALUE,RESULT> ObjLongFunction<VALUE,RESULT>