Package io.fluxcapacitor.common
Class ObjectUtils.MemoizingBiFunction<T,U,R>
java.lang.Object
io.fluxcapacitor.common.ObjectUtils.MemoizingBiFunction<T,U,R>
- All Implemented Interfaces:
BiFunction<T,U,R>
- Enclosing class:
- ObjectUtils
public static class ObjectUtils.MemoizingBiFunction<T,U,R> extends Object implements BiFunction<T,U,R>
-
Constructor Summary
Constructors Constructor Description MemoizingBiFunction() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
MemoizingBiFunction
public MemoizingBiFunction()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<T,U,R>
-
isCached
-