Searched defs:toCollection (Results 1 – 3 of 3) sorted by relevance
25 public suspend fun <T, C : MutableCollection<in T>> Flow<T>.toCollection(destination: C): C { in <lambda>() method
99 public <C extends Collection<V>> C toCollection(C output) { in toCollection() method in With125 public <W, C extends Collection<W>> C toCollection(Transform<V, W> filter, C output) { in toCollection() method in With
284 internal suspend fun <E, C : MutableCollection<in E>> ReceiveChannel<E>.toCollection(destination: C… in toCollection() method