R - the result typeT1 - the first parameter typeT2 - the second parameter typeT3 - the third parameter typepublic class TernaryCapturingDelegate<R,T1,T2,T3> extends Object implements TernaryDelegate<R,T1,T2,T3>
| Constructor and Description |
|---|
TernaryCapturingDelegate(TernaryDelegate<R,T1,T2,T3> nested,
Box<R> result,
Box<T1> param1,
Box<T2> param2,
Box<T3> param3) |
| 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.