- Type Parameters:
R - the return TypeT1 - the former element TypeT2 - the latter element Type
- All Implemented Interfaces:
- Delegate<R,T1>
public class Composer<R,T2,T1>
extends Object
implements Delegate<R,T1>
Given f, g yields f ° g (f of g, f following g).
- Author:
- rferranti