T1 - the adapted action first parameter typeT2 - the adapted action second parameter typeT3 - the adapted action third parameter typepublic class TernaryActionToTernaryDelegate<T1,T2,T3> extends Object implements TernaryDelegate<Void,T1,T2,T3>
| Constructor and Description |
|---|
TernaryActionToTernaryDelegate(TernaryAction<T1,T2,T3> adaptee) |
| Modifier and Type | Method and Description |
|---|---|
Void |
perform(T1 first,
T2 second,
T3 third)
Executes the delegate for the given elements yielding a result of type R
|
public TernaryActionToTernaryDelegate(TernaryAction<T1,T2,T3> adaptee)
public Void perform(T1 first, T2 second, T3 third)
TernaryDelegateCopyright © 2016. All rights reserved.