- Type Parameters:
T - the parameter type
- All Implemented Interfaces:
- Predicate<T>
public class UntilCount<T>
extends Object
implements Predicate<T>
A stateful predicate yielding true until counter hit the limit, false after
the limit is reached.
- Author:
- rferranti