Interface MemoizedBiFunction<I1,I2,O>
- All Superinterfaces:
BiFunction<I1,I2, O>, Memoized<Map.Entry<I1, I2>, O>
- All Known Implementing Classes:
MemoizedBiFunctionImpl
public interface MemoizedBiFunction<I1,I2,O>
extends BiFunction<I1,I2,O>, Memoized<Map.Entry<I1,I2>, O>
-
Method Summary
Methods inherited from interface BiFunction
andThen, applyMethods inherited from interface Memoized
clearCache, getCache