Home
last modified time | relevance | path

Searched refs:groupByTo (Results 1 – 7 of 7) sorted by relevance

/external/dokka/core/testdata/format/website-samples/
DnewLinesInSamples.kt8 …val mutableByLength: MutableMap<Int, MutableList<String>> = words.groupByTo(mutableMapOf()) { it.l… in groupBySample()
DnewLinesInSamples.md24 val mutableByLength: MutableMap<Int, MutableList<String>> = words.groupByTo(mutableMapOf()) { it.le…
/external/dokka/core/testdata/format/website-html/
DnewLinesInSamples.kt8 …val mutableByLength: MutableMap<Int, MutableList<String>> = words.groupByTo(mutableMapOf()) { it.l… in groupBySample()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt1308 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/
DStructuredFormatService.kt307 val breakdownBySummary = overloads.groupByTo(LinkedHashMap()) { node -> node.content } in <lambda>()
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/
DJavaLayoutHtmlFormatOutputBuilder.kt913 val sectionsByTag = content.sections.groupByTo(mutableMapOf()) { it.tag } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api685 …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…