T1 - the first parameter typeT2 - the second parameter type, the result typeT3 - the third parameter typepublic class SecondParamOfThree<T1,T2,T3> extends Object implements TriFunction<T1,T2,T3,T2>
| Constructor and Description |
|---|
SecondParamOfThree() |
| Modifier and Type | Method and Description |
|---|---|
T2 |
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 T2 apply(T1 first, T2 second, T3 third)
TriFunctionCopyright © 2017. All rights reserved.