Searched refs:groupByTo (Results 1 – 7 of 7) sorted by relevance
/external/dokka/core/testdata/format/website-samples/ |
D | newLinesInSamples.kt | 8 …val mutableByLength: MutableMap<Int, MutableList<String>> = words.groupByTo(mutableMapOf()) { it.l… in groupBySample()
|
D | newLinesInSamples.md | 24 val mutableByLength: MutableMap<Int, MutableList<String>> = words.groupByTo(mutableMapOf()) { it.le…
|
/external/dokka/core/testdata/format/website-html/ |
D | newLinesInSamples.kt | 8 …val mutableByLength: MutableMap<Int, MutableList<String>> = words.groupByTo(mutableMapOf()) { it.l… in groupBySample()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Channels.common.kt | 1308 groupByTo(LinkedHashMap(), keySelector) in groupBy() 1328 groupByTo(LinkedHashMap(), keySelector, valueTransform) in groupBy() 1346 public suspend inline fun <E, K, M : MutableMap<in K, MutableList<E>>> ReceiveChannel<E>.groupByTo(… in groupBy() method 1372 …e fun <E, K, V, M : MutableMap<in K, MutableList<V>>> ReceiveChannel<E>.groupByTo(destination: M, … in groupByTo() method
|
/external/dokka/core/src/main/kotlin/Formats/ |
D | StructuredFormatService.kt | 307 val breakdownBySummary = overloads.groupByTo(LinkedHashMap()) { node -> node.content } in <lambda>()
|
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/ |
D | JavaLayoutHtmlFormatOutputBuilder.kt | 913 val sectionsByTag = content.sections.groupByTo(mutableMapOf()) { it.tag } in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/ |
D | kotlinx-coroutines-core.api | 685 …public static final fun groupByTo (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/util/Map;Lkot… 686 …public static final fun groupByTo (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/util/Map;Lkot…
|