PHP Class Pinq\Iterators\Generators\LazyGenerator

Author: Elliot Levin ([email protected])
Inheritance: extends IteratorGenerator
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Pinq\Iterators\Generators\IGenerator $iterator )

Méthodes protégées

Méthode Description
initializeGenerator ( Pinq\Iterators\Generators\IGenerator $innerIterator ) : Traversable
iteratorGenerator ( Pinq\Iterators\Generators\IGenerator $iterator )

Method Details

__construct() public méthode

public __construct ( Pinq\Iterators\Generators\IGenerator $iterator )
$iterator Pinq\Iterators\Generators\IGenerator

initializeGenerator() abstract protected méthode

abstract protected initializeGenerator ( Pinq\Iterators\Generators\IGenerator $innerIterator ) : Traversable
$innerIterator Pinq\Iterators\Generators\IGenerator
Résultat Traversable

iteratorGenerator() final protected méthode

final protected iteratorGenerator ( Pinq\Iterators\Generators\IGenerator $iterator )
$iterator Pinq\Iterators\Generators\IGenerator