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