public function getCallback() : ?\Closure { if (!isset($this->callback)) { return null; } return ($this->callback)(...); }