<TKey is array-key, TValue>extends |
IteratorIterator<TKey, TValue, Traversable<TKey, TValue>> |
|---|---|
implements |
FluentIteratorInterface<TKey, TValue> |
uses |
FluentIteratorTrait |
Iterates over an iterable
| Methods | ||
|---|---|---|
final
public
|
__construct(iterable<TKey, TValue> $iterable)
|
# |
public
static
|
from<T0 is array-key, T1>(iterable<T0, T1> $iterable): static<T0, T1>
|
# |
public
static
|
fromValues<T>(iterable<T> $iterable): static<int, T>
|
# |
| Methods inherited from IteratorIterator |
|---|
getInnerIterator(), rewind(), valid(), key(), current(), next() |
| Methods used from Salient\Iterator\FluentIteratorTrait |
|---|
toArray(), getFirstWith() |