T1 - the adapted action first element TypeT2 - the adapted action second element TypeT3 - the adapted action third element typepublic class ActionBinderSecondOfThree<T1,T2,T3> extends Object implements BinaryAction<T1,T3>
| Constructor and Description |
|---|
ActionBinderSecondOfThree(TernaryAction<T1,T2,T3> adaptee,
T2 second) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(T1 first,
T3 third)
Performs an action for the given elements.
|
public ActionBinderSecondOfThree(TernaryAction<T1,T2,T3> adaptee, T2 second)
public void perform(T1 first, T3 third)
BinaryActionperform in interface BinaryAction<T1,T3>first - the former elementthird - the latter elementCopyright © 2016. All rights reserved.