PHP Class Prooph\EventStore\Util\MapIterator

Inheritance: extends IteratorIterato\IteratorIterator
显示文件 Open project: prooph/event-store

Public Methods

Method Description
__construct ( Traversable $iterator, callable $callback )
current ( ) : mixed

Method Details

__construct() public method

public __construct ( Traversable $iterator, callable $callback )
$iterator Traversable
$callback callable

current() public method

public current ( ) : mixed
return mixed