Home
last modified time | relevance | path

Searched defs:toCollection (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DCollection.kt25 public suspend fun <T, C : MutableCollection<in T>> Flow<T>.toCollection(destination: C): C { in <lambda>() method
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DWith.java99 public <C extends Collection<V>> C toCollection(C output) { in toCollection() method in With
125 public <W, C extends Collection<W>> C toCollection(Transform<V, W> filter, C output) { in toCollection() method in With
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DDeprecated.kt284 internal suspend fun <E, C : MutableCollection<in E>> ReceiveChannel<E>.toCollection(destination: C… in toCollection() method