Searched refs:maxWith (Results 1 – 2 of 2) sorted by relevance
1909 public suspend fun <E> ReceiveChannel<E>.maxWith(comparator: Comparator<in E>): E? = in maxWith() method
712 …public static final fun maxWith (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/util/Comparator…