Class DropWhileIterable<T>

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

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