T1 - the first parameter typeT2 - the second parameter typepublic class BinaryCapturingAction<T1,T2> extends Object implements BinaryAction<T1,T2>
| Constructor and Description |
|---|
BinaryCapturingAction(BinaryAction<T1,T2> nested,
Box<T1> param1,
Box<T2> param2) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(T1 former,
T2 latter)
Performs an action for the given elements.
|
public void perform(T1 former, T2 latter)
BinaryActionperform in interface BinaryAction<T1,T2>former - the former elementlatter - the latter elementCopyright © 2016. All rights reserved.