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
/
filterSuccess
filter
Success
fun
<
T
>
KotlinResultFlow
<
T
>
.
filterSuccess
(
)
:
Flow
<
T
>
Returns a
Flow
of unwrapped success values, dropping all
failures
from the original flow.