kotlin-result
1.1.14
kotlin-result
/
com.github.michaelbull.result
/
orElseThrow
or
Else
Throw
fun
<
V
,
E
:
Throwable
>
Result
<
V
,
E
>
.
orElseThrow
(
)
:
Ok
<
V
>
Content copied to clipboard
Throws the
error
if this
Result
is
Err
, otherwise returns this
Ok
.