R - the adapted delegate result typeT1 - the adapted delegate first parameter typeT2 - the adapted delegate second parameter typepublic class BinaryDelegateToBinaryAction<R,T1,T2> extends Object implements BinaryAction<T1,T2>
| Constructor and Description |
|---|
BinaryDelegateToBinaryAction(BinaryDelegate<R,T1,T2> adaptee) |
public BinaryDelegateToBinaryAction(BinaryDelegate<R,T1,T2> 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.