Searched refs:mapNotNull (Results 1 – 9 of 9) sorted by relevance
20 val result = flow.mapNotNull { it }.sum() in <lambda>()26 val sum = emptyFlow<Int>().mapNotNull { expectUnreached(); it }.sum() in <lambda>()42 }.mapNotNull { in <lambda>()
54 public inline fun <T, R: Any> Flow<T>.mapNotNull(crossinline transform: suspend (value: T) -> R?): … in mapNotNull() method
173 .mapNotNull { it.runnable as? CancellableContinuationRunnable<*> } in <lambda>()
126 … sourcePath.list().map { SourceRootImpl(it) } + antSourceRoots.mapNotNull { it.toSourceRoot() }, in execute()
159 .mapNotNull { owner -> in <lambda>()
170 .mapNotNull { StandardFileSystems.local().findFileByPath(it.file.path) } in getFiles()
156 .mapNotNull { in <lambda>()
1550 public fun <E, R : Any> ReceiveChannel<E>.mapNotNull(context: CoroutineContext = Dispatchers.Unconf… in mapNotNull() method
705 …public static final fun mapNotNull (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/coroutines…706 …public static synthetic fun mapNotNull$default (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotli…990 …public static final fun mapNotNull (Lkotlinx/coroutines/flow/Flow;Lkotlin/jvm/functions/Function2;…