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
/
asMaybe
as
Maybe
val
<
Ok
>
Outcome
<
Ok
,
*
>
.
asMaybe
:
Maybe
<
Ok
>
Converts any
Outcome
to a
Maybe
by discarding the
Failure
error (mapping it to
Unit
).