- Type Parameters:
R - the result type parameterT1 - the former type parameterT2 - the latter type parameter
- All Implemented Interfaces:
- Delegate<R,Pair<T1,T2>>
public class BinaryToUnaryDelegate<R,T1,T2>
extends Object
implements Delegate<R,Pair<T1,T2>>
Adapts a binary delegate to a delegate handling pairs.
- Author:
- rferranti