T1 - the adapted action first element TypeT2 - the adapted action second element TypeT3 - the adapted action third element typepublic class ActionBinderFirstOfThree<T1,T2,T3> extends Object implements BinaryAction<T2,T3>
| Constructor and Description |
|---|
ActionBinderFirstOfThree(TernaryAction<T1,T2,T3> adaptee,
T1 first) |
public ActionBinderFirstOfThree(TernaryAction<T1,T2,T3> adaptee, T1 first)
public void perform(T2 second, T3 third)
BinaryActionperform in interface BinaryAction<T2,T3>second - the former elementthird - the latter elementCopyright © 2013. All Rights Reserved.