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