get

open fun get(): T

Gets the optional value if present.

Return

reference to the optional value.

Throws

if the value is null.