R - the result type parameterT1 - the former type parameterT2 - the latter type parameterpublic class UnaryToBinaryAction<T1,T2> extends Object implements BinaryAction<T1,T2>
| Constructor and Description |
|---|
UnaryToBinaryAction(Action<Pair<T1,T2>> action) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(T1 first,
T2 second)
Performs an action for the given elements.
|
public void perform(T1 first, T2 second)
BinaryActionperform in interface BinaryAction<T1,T2>first - the former elementsecond - the latter elementCopyright © 2016. All rights reserved.