value = $value; } /** @return ?T */ public function getValue(): mixed { return $this->value; } }