| Class | Description |
|---|---|
| Expanded<T> |
A decorator for
Iterable which expands each element into an Iterable (using the given function) and joins the results. |
| Mapped<OriginalType,ResultType> | |
| Numbered<T> |
An
Iterable decorator which pairs every value of another iterator with it's sequential ordinal number. |