- Type Parameters:
T - the adapted action parameter type
- All Implemented Interfaces:
- Runnable
public class ActionBinder<T>
extends Object
implements Runnable
Unary to nullary action adapter. Adapting is performed by currying the
parameter of the adapted action.
- Author:
- rferranti