R - unary return typeT1 - unary parameter type and ternary return typeT2 - the first ternary parameter typeT3 - the second ternary parameter typeT4 - the third ternary parameter typepublic class TernaryComposer<R,T1,T2,T3,T4> extends Object implements TernaryDelegate<R,T2,T3,T4>
| Constructor and Description |
|---|
TernaryComposer(Delegate<R,T1> unary,
TernaryDelegate<T1,T2,T3,T4> ternary) |
| Modifier and Type | Method and Description |
|---|---|
R |
perform(T2 first,
T3 second,
T4 third)
Executes the delegate for the given elements yielding a result of type R
|
public R perform(T2 first, T3 second, T4 third)
TernaryDelegateCopyright © 2016. All rights reserved.