Searched defs:groupByTo (Results 1 – 1 of 1) sorted by relevance
1346 public suspend inline fun <E, K, M : MutableMap<in K, MutableList<E>>> ReceiveChannel<E>.groupByTo(… in groupBy() method1372 …e fun <E, K, V, M : MutableMap<in K, MutableList<V>>> ReceiveChannel<E>.groupByTo(destination: M, … in groupByTo() method