Searched refs:sumBy (Results 1 – 5 of 5) sorted by relevance
63 assertEquals(nWorkers * nLocks * increments, counters.sumBy { it.value }) in <lambda>()
287 pop(types.indices.sumBy { types[it].size }, forward) in popDesc()
27 get() = children.sumBy { it.textLength } in isEmpty()
2079 public suspend inline fun <E> ReceiveChannel<E>.sumBy(selector: (E) -> Int): Int { in sumBy() method
728 …public static final fun sumBy (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/jvm/functions/F…