Mapper
class Mapper extends IteratorIterator
Applies the callback to the elements of the inner iterator.
Methods
mixed
current()
No description
Details
at line 23
__construct(Traversable $iterator, callable $callback)
No description
at line 30
mixed
current()
No description