kotlinx.coroutines
1.6.4-SNAPSHOT
common
kotlinx-coroutines-core
/
kotlinx.coroutines.flow
/
toCollection
to
Collection
common
suspend
fun
<
T
,
C
:
MutableCollection
<
in
T
>
>
Flow
<
T
>
.
toCollection
(
destination
:
C
)
:
C
Content copied to clipboard
Collects given flow into a
destination
Sources
common source
Link copied to clipboard