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