Searched defs:mapNotNull (Results 1 – 2 of 2) sorted by relevance
54 public inline fun <T, R: Any> Flow<T>.mapNotNull(crossinline transform: suspend (value: T) -> R?): … in mapNotNull() method
359 public fun <E, R : Any> ReceiveChannel<E>.mapNotNull( in mapIndexedNotNull() method