- Type Parameters:
R - the delegate result type
T - the delegate parameter type
- All Implemented Interfaces:
- Provider<R>
public class TransformingProvider<R,T>
extends Object
implements Provider<R>
Composes a delegate with a provider (delegate ° provider).
- Author:
- rferranti