kotlinx.coroutines
1.6.4-SNAPSHOT
common
kotlinx-coroutines-core
/
kotlinx.coroutines.flow
/
toList
to
List
common
suspend
fun
<
T
>
Flow
<
T
>
.
toList
(
destination
:
MutableList
<
T
>
=
ArrayList()
)
:
List
<
T
>
Content copied to clipboard
Collects given flow into a
destination
Sources
common source
Link copied to clipboard