Unwraps the value of an Option of type T. If the option is a Some, it returns its value, Otherwise, it returns null.
T
null
Use unwrapOption instead.
Generated using TypeDoc
Unwraps the value of an Option of type
T
. If the option is a Some, it returns its value, Otherwise, it returnsnull
.Deprecated
Use unwrapOption instead.