T1 - the adapter first parameter typeT2 - the adapter second parameter typepublic class ActionIgnoreSecond<T1,T2> extends Object implements BinaryAction<T1,T2>
| Constructor and Description |
|---|
ActionIgnoreSecond(Action<T1> adaptee) |
| 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.