- Type Parameters:
T - the adapted predicate parameter type
- All Implemented Interfaces:
- Delegate<Boolean,T>
public class PredicateToDelegate<T>
extends Object
implements Delegate<Boolean,T>
Adapts a predicate to a delegate with Boolean result type.
- Author:
- rferranti