T1 - the adapted action former element typeT2 - the adapted action latter element typepublic class ActionBinderSecond<T1,T2> extends Object implements Action<T1>
| Constructor and Description |
|---|
ActionBinderSecond(BinaryAction<T1,T2> adaptee,
T2 second) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(T1 first)
Performs an action for the given element.
|
public ActionBinderSecond(BinaryAction<T1,T2> adaptee, T2 second)
Copyright © 2016. All rights reserved.