T1 - the adapted action first parameter typeT2 - the adapted action second parameter typepublic class BinaryActionToBinaryDelegate<T1,T2> extends Object implements BinaryDelegate<Void,T1,T2>
| Constructor and Description |
|---|
BinaryActionToBinaryDelegate(BinaryAction<T1,T2> adaptee) |
public BinaryActionToBinaryDelegate(BinaryAction<T1,T2> adaptee)
public Void perform(T1 first, T2 second)
BinaryDelegateperform in interface BinaryDelegate<Void,T1,T2>first - the former elementsecond - the latter elementCopyright © 2013. All Rights Reserved.