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