Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DReduce.kt161 public suspend fun <T> Flow<T>.lastOrNull(): T? { in lastOrNull() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DDeprecated.kt150 public suspend fun <E> ReceiveChannel<E>.lastOrNull(): E? = in lastOrNull() method