toggle menu
river
common
switch theme
search in API
core
/
com.river.core
/
flatMapIterable
flat
Map
Iterable
fun
<
T
,
R
>
Flow
<
T
>
.
flatMapIterable
(
mapper
:
suspend
(
T
)
->
Iterable
<
R
>
)
:
Flow
<
R
>
Flattens a
Flow
of
Iterable
items into a
Flow
of individual items.
Return
A
Flow
of individual items.