outcome
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
outcome
outcome
/
nz.adjmunro.outcome.result.suspend
/
flatten
flatten
fun
<
T
>
ResultFlow
<
Result
<
T
>
>
.
flatten
(
)
:
ResultFlow
<
T
>
Returns a flow that KotlinResult.flatten a nested
KotlinResult
for each value of the original flow.
See also
map