R - the result type parameterT1 - the first type parameterT2 - the second type parameterT3 - the third type parameterpublic class UnaryToTernaryDelegate<R,T1,T2,T3> extends Object implements TernaryDelegate<R,T1,T2,T3>
| Constructor and Description |
|---|
UnaryToTernaryDelegate(Delegate<R,Triple<T1,T2,T3>> delegate) |
| Modifier and Type | Method and Description |
|---|---|
R |
perform(T1 first,
T2 second,
T3 third)
Executes the delegate for the given elements yielding a result of type R
|
public R perform(T1 first, T2 second, T3 third)
TernaryDelegateCopyright © 2016. All rights reserved.