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