Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DTransform.kt54 public inline fun <T, R: Any> Flow<T>.mapNotNull(crossinline transform: suspend (value: T) -> R?): … in mapNotNull() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DDeprecated.kt359 public fun <E, R : Any> ReceiveChannel<E>.mapNotNull( in mapIndexedNotNull() method