Uses of Interface
wtf.metio.memoization.jdk.ObjDoubleFunction
-
Uses of ObjDoubleFunction in wtf.metio.memoization.jdk
Methods in wtf.metio.memoization.jdk with parameters of type ObjDoubleFunctionModifier and TypeMethodDescriptionstatic <KEY,INPUT>
ObjDoubleConsumer<INPUT>Memoize.objDoubleConsumer(ObjDoubleConsumer<INPUT> consumer, ObjDoubleFunction<INPUT, KEY> keyFunction) Memoizes aObjDoubleConsumerin aConcurrentMap.static <KEY,INPUT>
ObjDoubleConsumer<INPUT>Memoize.objDoubleConsumer(ObjDoubleConsumer<INPUT> consumer, ObjDoubleFunction<INPUT, KEY> keyFunction, Map<KEY, KEY> cache) Memoizes aObjDoubleConsumerin aConcurrentMap.