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
/
asFault
as
Fault
val
<
Error
>
Outcome
<
*
,
Error
>
.
asFault
:
Fault
<
Error
>
Converts any
Outcome
to a
Fault
by discarding the
Success
value (mapping it to
Unit
).