knomadic
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
knomadic
knomadic
/
nz.adjmunro.knomadic.outcome.members
/
getOrThrow
get
Or
Throw
fun
<
Ok
:
Any
,
Error
:
Any
>
Outcome
<
Ok
,
Error
>
.
getOrThrow
(
)
:
Ok
Return
The
value
or
throws
.
Throws
Illegal
State
Exception
if the
Outcome
is a
failure
.