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