R - the adapted delegate result typeT1 - the adapted delegate first parameter typeT2 - the adapted delegate second parameter typeT3 - the adapted delegate third parameter typepublic class BinderThird<R,T1,T2,T3> extends Object implements BinaryDelegate<R,T1,T2>
| Constructor and Description |
|---|
BinderThird(TernaryDelegate<R,T1,T2,T3> adaptee,
T3 third) |
| Modifier and Type | Method and Description |
|---|---|
R |
perform(T1 first,
T2 second)
Executes the delegate for the given elements yielding a result of type R
|
public R perform(T1 first, T2 second)
BinaryDelegateperform in interface BinaryDelegate<R,T1,T2>first - the former elementsecond - the latter elementCopyright © 2016. All rights reserved.