Home
last modified time | relevance | path

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

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