value property
T
get
value
The value associated with this Optional, if any.
Throws NoValuePresentError if no value is present.
Implementation
T get value;
The value associated with this Optional, if any.
Throws NoValuePresentError if no value is present.
T get value;