canGrow = $condition; return $this; } public function canGrow(bool $default = true): bool { return (bool) ($this->evaluate($this->canGrow) ?? $default); } }