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