wrap = $condition; return $this; } public function canWrap(): ?bool { return (bool) $this->evaluate($this->wrap); } }