Class TakeWhileIterator<T>

java.lang.Object
org.eclipse.collections.impl.lazy.iterator.TakeWhileIterator<T>
All Implemented Interfaces:
Iterator<T>

public final class TakeWhileIterator<T>
extends Object
implements Iterator<T>
Iterates over the elements of the iterator until predicate returns false.
Since:
8.0