- Type Parameters:
T - the adapted action parameter type
- All Implemented Interfaces:
- Delegate<Void,T>
public class ActionToDelegate<T>
extends Object
implements Delegate<Void,T>
Adapts an action to a delegate. Adapter result type is Void and always yields
null.
- Author:
- rferranti