Home
last modified time | relevance | path

Searched refs:mapNotNull (Results 1 – 9 of 9) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DMapNotNullTest.kt20 val result = flow.mapNotNull { it }.sum() in <lambda>()
26 val sum = emptyFlow<Int>().mapNotNull { expectUnreached(); it }.sum() in <lambda>()
42 }.mapNotNull { in <lambda>()
/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-test/src/
DTestCoroutineDispatcher.kt173 .mapNotNull { it.runnable as? CancellableContinuationRunnable<*> } in <lambda>()
/external/dokka/runners/ant/src/main/kotlin/ant/
Ddokka.kt126 … sourcePath.list().map { SourceRootImpl(it) } + antSourceRoots.mapNotNull { it.toSourceRoot() }, in execute()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt159 .mapNotNull { owner -> in <lambda>()
/external/dokka/core/src/main/kotlin/Analysis/
DCoreProjectFileIndex.kt170 .mapNotNull { StandardFileSystems.local().findFileByPath(it.file.path) } in getFiles()
DAnalysisEnvironment.kt156 .mapNotNull { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt1550 public fun <E, R : Any> ReceiveChannel<E>.mapNotNull(context: CoroutineContext = Dispatchers.Unconf… in mapNotNull() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api705 …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;…