- Type Parameters:
R - the result type parameter
T1 - the former type parameter
T2 - 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