| Class | Description |
|---|---|
| AtIndex<E> |
A stateful predicate yielding true when called the
nth - 1 time. |
| AtMostMemoryIterator<T> | |
| DropWhile<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.
|
| FilteringIterator<E> |
Iterates on the iterator elements which the predicate matches
|
| MemoryIterator<T> | |
| Nth<E> |
A stateful predicate yielding true when called the nth time.
|
| TakeUpToIterator<E> | |
| TakeWhile<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.
|
| TakeWhileIterator<E> | |
| UntilCount<T> |
A stateful predicate yielding true until counter hit the limit, false after
the limit is reached.
|
Copyright © 2012. All Rights Reserved.