Uses of Interface
wtf.metio.memoization.jdk.ObjLongFunction
-
Uses of ObjLongFunction in wtf.metio.memoization.jdk
Methods in wtf.metio.memoization.jdk with parameters of type ObjLongFunctionModifier and TypeMethodDescriptionstatic <KEY,INPUT>
ObjLongConsumer<INPUT>Memoize.objLongConsumer(ObjLongConsumer<INPUT> consumer, ObjLongFunction<INPUT, KEY> keyFunction) Memoizes aObjLongConsumerin aConcurrentMap.static <KEY,INPUT>
ObjLongConsumer<INPUT>Memoize.objLongConsumer(ObjLongConsumer<INPUT> consumer, ObjLongFunction<INPUT, KEY> keyFunction, Map<KEY, KEY> cache) Memoizes aObjLongConsumerin aConcurrentMap.