| Filtered<E> |
Iterable decorator that applies Filtered on the Iterator returned.
|
| Flattened<T> |
An Iterable which iterates the elements of other Iterables.
|
| Mapped<OriginalType,ResultType> |
Iterable decorator that applies Mapped to the returned Iterator.
|
| Reverse<T> |
Iterable decorator that iterates the values of another Iterable in reverse order.
|