generatorFactory = $generatorFactory; } public function getIterator(): Traversable { return ($this->generatorFactory)(); } }