outcome
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
outcome
outcome
/
nz.adjmunro.outcome.fetch.flow
/
flatMapFinished
flat
Map
Finished
inline
fun
<
In
:
Out
,
Out
:
Any
>
FetchFlow
<
In
>
.
flatMapFinished
(
crossinline
transform
:
suspend
Finished
<
In
>
.
(
)
->
Fetch
<
Out
>
)
:
FetchFlow
<
Out
>
Map
a
fetch flow
to
flatMapFinished
each emission.