A state variable. This class refines the Read interface by letting get return T rather than T | Absent. If the state should be nullable or uninitialized, this has to be reflected explicitly in T.
get
Create a new state variable and assign it an initial value.
The initial value to assign to this state variable.
Return the current value of this state variable.
Set the current value of this state variable.
A state variable. This class refines the Read interface by letting
get
return T rather than T | Absent. If the state should be nullable or uninitialized, this has to be reflected explicitly in T.