Home
last modified time | relevance | path

Searched refs:maxWith (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt1909 public suspend fun <E> ReceiveChannel<E>.maxWith(comparator: Comparator<in E>): E? = in maxWith() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api712 …public static final fun maxWith (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/util/Comparator…