Class TakeWhileIterable<T>

All Implemented Interfaces:
Iterable<T>, InternalIterable<T>, LazyIterable<T>, RichIterable<T>

public class TakeWhileIterable<T> extends AbstractLazyIterable<T>
Iterates over the elements of the adapted Iterable until the predicate returns false.
Since:
8.0