Package org.aksw.commons.util.memoize
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 java.util.function.BiFunction
andThen, applyMethods inherited from interface org.aksw.commons.util.memoize.Memoized
clearCache, getCache