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
/
errorOrThrow
error
Or
Throw
fun
<
Ok
,
Error
>
Outcome
<
Ok
,
Error
>
.
errorOrThrow
(
)
:
Error
Returns the
Failure
error, or throws if the outcome is a
Success
.
See also
error
Or
Raise
error
Or
Else
Throws
Illegal
State
Exception
if the receiver is a
Success
.