ModuleCheck
0.12.5
0.13.0-SNAPSHOT
0.12.5
modulecheck-utils:coroutines
/
modulecheck.utils.coroutines
/
flatMapListConcat
flat
Map
List
Concat
suspend
fun
<
T
,
R
>
Flow
<
T
>
.
flatMapListConcat
(
destination
:
MutableList
<
R
>
=
mutableListOf()
,
transform
:
suspend
(
T
)
->
List
<
R
>
)
:
List
<
R
>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard