public static class Functions.MemoizedBiFunction<A,B,C> extends Object implements BiFunction<A,B,C>
Modifier and Type | Method and Description |
---|---|
C |
apply(A arg1,
B arg2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
see also the complete user documentation .