Searched refs:maxBy (Results 1 – 4 of 4) sorted by relevance
67 .maxBy { it.loadPriority } ?: MissingMainCoroutineDispatcherFactory in createDispatcher()
38 factories.maxBy { it.loadPriority }?.tryCreateDispatcher(factories) in loadMainDispatcher()
1879 public suspend inline fun <E, R : Comparable<R>> ReceiveChannel<E>.maxBy(selector: (E) -> R): E? = in maxBy() method
711 …public static final fun maxBy (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/jvm/functions/F…