outcome
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
outcome
outcome
/
nz.adjmunro.outcome.result.suspend
/
filterFailure
filter
Failure
fun
<
T
>
ResultFlow
<
T
>
.
filterFailure
(
)
:
Flow
<
Throwable
>
Returns a flow containing only
failed
values of the original flow.
See also
filter