- Type Parameters:
T - the predicate parameter type
- All Implemented Interfaces:
- Predicate<T>
public class DropWhile<T>
extends Object
implements Predicate<T>
A stateful predicate yielding false until the first time the predicate
matches, true when and after the first time the predicate doesn't match.
- Author:
- rferranti