unwrapOrElseForOption
Unwraps a result input, returns the content of an Some(T)
.
If the value is an None
then it calls def
with its value.
Unwraps a result input, returns the content of an Some(T)
.
If the value is an None
then it calls def
with its value.