closure = $closure; } public function getIterator(): \Generator { return ($this->closure)(); } }