outcome
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
outcome
outcome
/
nz.adjmunro.outcome.outcome.members
/
asFaulty
as
Faulty
val
<
Error
:
Any
>
Outcome
<
*
,
Error
>
.
asFaulty
:
Faulty
<
Error
>
Convert any
Outcome
to a
Faulty
by
transforming
the
Success.value
to
Unit
.