public function __construct(callable $iteratorFactory) { $this->iteratorFactory = $iteratorFactory(...); }