Home
last modified time | relevance | path

Searched defs:lastOrNull (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt540 public suspend fun <E> ReceiveChannel<E>.lastOrNull(): E? = in lastOrNull() method
564 public suspend inline fun <E> ReceiveChannel<E>.lastOrNull(predicate: (E) -> Boolean): E? { in lastOrNull() method