T1 - the first type parameterT2 - the second type parameterT3 - the third type parameterpublic class TernaryIdentity<T1,T2,T3> extends Object implements TriFunction<T1,T2,T3,Triple<T1,T2,T3>>
| Constructor and Description |
|---|
TernaryIdentity() |
| Modifier and Type | Method and Description |
|---|---|
Triple<T1,T2,T3> |
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, waitandThenCopyright © 2017. All rights reserved.