T1 - the first parameter typeT2 - the second parameter typeT3 - the third parameter typeR - the result typepublic class TernaryCapturingFunction<T1,T2,T3,R> extends Object implements TriFunction<T1,T2,T3,R>
| Constructor and Description |
|---|
TernaryCapturingFunction(TriFunction<T1,T2,T3,R> nested,
Box<R> result,
Box<T1> param1,
Box<T2> param2,
Box<T3> param3) |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 first,
T2 second,
T3 third)
Executes the function for the given elements yielding a result of type R
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic R apply(T1 first, T2 second, T3 third)
TriFunctionCopyright © 2017. All rights reserved.