class Mapper extends IteratorIterator

Applies the callback to the elements of the inner iterator.

Methods

__construct(Traversable $iterator, callable $callback)

No description

mixed
current()

No description

Details

at line 23
__construct(Traversable $iterator, callable $callback)

No description

Parameters

Traversable $iterator
callable $callback

at line 30
mixed current()

No description

Return Value

mixed