Uses of Interface
wtf.metio.memoization.jdk.ObjIntFunction
-
Uses of ObjIntFunction in wtf.metio.memoization.jdk
Methods in wtf.metio.memoization.jdk with parameters of type ObjIntFunctionModifier and TypeMethodDescriptionstatic <KEY,INPUT>
ObjIntConsumer<INPUT>Memoize.objIntConsumer(ObjIntConsumer<INPUT> consumer, ObjIntFunction<INPUT, KEY> keyFunction) Memoizes aObjIntConsumerin aConcurrentMap.static <KEY,INPUT>
ObjIntConsumer<INPUT>Memoize.objIntConsumer(ObjIntConsumer<INPUT> consumer, ObjIntFunction<INPUT, KEY> keyFunction, Map<KEY, KEY> cache) Memoizes aObjIntConsumerin aConcurrentMap.