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) |
| Modifier and Type | Method and Description |
|---|---|
Void |
perform(T1 first,
T2 second)
Executes the delegate for the given elements yielding a result of type R
|
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 © 2016. All rights reserved.