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.result
/
filterFailure
filter
Failure
fun
<
T
>
KotlinResultFlow
<
T
>
.
filterFailure
(
)
:
Flow
<
Throwable
>
Returns a
Flow
of unwrapped
Throwable
values, dropping all
successes
from the original flow.