callback = $callback; } public function current(): mixed { return ($this->callback)(parent::current(), parent::key()); } }