Searched defs:filterNotNull (Results 1 – 4 of 4) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ | ||
D | Transform.kt | 40 public fun <T: Any> Flow<T?>.filterNotNull(): Flow<T> = transform<T?, T> { value -> in filterNotNull() method |
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ | ||
D | Channels.common.kt | 848 public fun <E : Any> ReceiveChannel<E?>.filterNotNull(): ReceiveChannel<E> = in filterNotNull() method |
/external/kotlinc/lib/ | ||
D | kotlinx-coroutines-core.jar | META-INF/
META-INF/MANIFEST.MF
kotlinx/
kotlinx/coroutines/
kotlinx/ ... |
D | kotlin-stdlib.jar | META-INF/
META-INF/MANIFEST.MF
kotlin/
kotlin/collections/
kotlin/ ... |