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) |
public void perform(T1 first, T2 second)
BinaryActionperform in interface BinaryAction<T1,T2>first - the former elementsecond - the latter elementCopyright © 2013. All Rights Reserved.