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