Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DReduce.kt70 public suspend fun <T> Flow<T>.singleOrNull(): T? { in singleOrNull() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt639 public suspend fun <E> ReceiveChannel<E>.singleOrNull(): E? = in singleOrNull() method
663 public suspend inline fun <E> ReceiveChannel<E>.singleOrNull(predicate: (E) -> Boolean): E? { in singleOrNull() method