- Type Parameters:
R1 - the result pair first type
T1 - the source pair first type
T2 - the source pair second type
- All Implemented Interfaces:
- Delegate<Pair<R1,R2>,Pair<T1,T2>>
public class FmapPair<R1,R2,T1,T2>
extends Object
implements Delegate<Pair<R1,R2>,Pair<T1,T2>>
Performs fmap on a pair.
- Author:
- rferranti