outcome
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
outcome
outcome
/
nz.adjmunro.outcome.members
/
getOrThrow
get
Or
Throw
fun
<
Ok
,
Error
>
Outcome
<
Ok
,
Error
>
.
getOrThrow
(
)
:
Ok
Returns the
Success
value, or throws if the outcome is a
Failure
.
See also
get
Or
Raise
get
Or
Else
Throws
Illegal
State
Exception
if the receiver is a
Failure
.