Class Salient\Iterator\IterableIterator

<TKey is array-key, TValue>

extends IteratorIterator<TKey, TValue, Traversable<TKey, TValue>>
implements FluentIteratorInterface<TKey, TValue>
uses FluentIteratorTrait

Iterates over an array or Traversable

Methods
Methods inherited from IteratorIterator
getInnerIterator(), rewind(), valid(), key(), current(), next()
Methods used from Salient\Iterator\Concern\FluentIteratorTrait
toArray(), forEach(), nextWithValue()