T1 - the first parameter typeT2 - the second parameter typeR - the result typepublic class BinaryCapturingFunction<T1,T2,R> extends Object implements BiFunction<T1,T2,R>
| Constructor and Description |
|---|
BinaryCapturingFunction(BiFunction<T1,T2,R> nested,
Box<R> result,
Box<T1> param1,
Box<T2> param2) |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 former,
T2 latter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenCopyright © 2017. All rights reserved.