Searched defs:associateBy (Results 1 – 1 of 1) sorted by relevance
1062 public suspend inline fun <E, K> ReceiveChannel<E>.associateBy(keySelector: (E) -> K): Map<K, E> = in associate() method1082 public suspend inline fun <E, K, V> ReceiveChannel<E>.associateBy(keySelector: (E) -> K, valueTrans… in associate() method