| Classes | |
|---|---|
| FileIterator | Iterates over filesystem entries |
| GraphIterator | Iterates over arrays and objects |
| IterableIterator | Iterates over an iterable |
| MapIterator | Iterates over an iterator, applying a callback to each value returned |
| RecursiveCallbackIterator | Iterates over a recursive iterator, using a callback to determine which elements to descend into |
| RecursiveGraphIterator | Iterates over nested arrays and objects |
| Traits | |
| FluentIteratorTrait | |