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
/
asOutcome
as
Outcome
val
<
T
>
KotlinResult
<
T
>
.
asOutcome
:
Outcome
<
T
,
Throwable
>
Converts a
KotlinResult
to an
Outcome
with
Throwable
as the error type.