Home
last modified time | relevance | path

Searched refs:asObservable (Results 1 – 12 of 12) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DFlowAsObservableTest.kt22 }.asObservable() in <lambda>()
39 }.asObservable() in <lambda>()
58 }.asObservable() in <lambda>()
75 }.asObservable() in <lambda>()
108 }.asObservable() in <lambda>()
125 }.asObservable() in <lambda>()
141 }.asObservable() in <lambda>()
153 flowOf(42).asObservable().subscribe(object : Observer<Int> { in <lambda>()
186 flowOf(42).asObservable(dispatcher).subscribe(object : Observer<Int> { in <lambda>()
DConvertTest.kt130 val observable = c.consumeAsFlow().asObservable() in <lambda>()
144 val observable = c.consumeAsFlow().asObservable() in <lambda>()
DIntegrationTest.kt97 checkNumbers(n, channel.consumeAsFlow().asObservable()) in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DFlowAsObservableTest.kt22 }.asObservable() in <lambda>()
39 }.asObservable() in <lambda>()
58 }.asObservable() in <lambda>()
75 }.asObservable() in <lambda>()
108 }.asObservable() in <lambda>()
125 }.asObservable() in <lambda>()
141 }.asObservable() in <lambda>()
153 flowOf(42).asObservable().subscribe(object : Observer<Int> { in <lambda>()
186 flowOf(42).asObservable(dispatcher).subscribe(object : Observer<Int> { in <lambda>()
DConvertTest.kt130 val observable = c.consumeAsFlow().asObservable(Dispatchers.Unconfined) in <lambda>()
144 val observable = c.consumeAsFlow().asObservable(Dispatchers.Unconfined) in <lambda>()
DIntegrationTest.kt96 checkNumbers(n, channel.consumeAsFlow().asObservable(ctx(coroutineContext))) in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxConvert.kt108 public fun <T: Any> Flow<T>.asObservable(context: CoroutineContext = EmptyCoroutineContext) : Obser… in asObservable() method
149 public fun <T : Any> ReceiveChannel<T>.asObservable(context: CoroutineContext): Observable<T> = rxO… in asFlowable() method
150 for (t in this@asObservable) in asFlowable()
165 …servable(context: CoroutineContext = EmptyCoroutineContext) : Observable<T> = asObservable(context)
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxConvert.kt108 public fun <T: Any> Flow<T>.asObservable(context: CoroutineContext = EmptyCoroutineContext) : Obser… in asObservable() method
155 …servable(context: CoroutineContext = EmptyCoroutineContext) : Observable<T> = asObservable(context)
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/
DREADME.md20 | [Flow.asObservable] | `Observable` | Converts the given flow to a cold Observable.
50 | [ReceiveChannel.asObservable][kotlinx.coroutines.channels.ReceiveChannel.asObservable] | Converts…
70 [Flow.asObservable]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx2/kotlinx.cor…
85 [kotlinx.coroutines.channels.ReceiveChannel.asObservable]: https://kotlin.github.io/kotlinx.corouti…
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/api/
Dkotlinx-coroutines-rx2.api36 …public static final fun asObservable (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/coroutin…
37 …public static final fun asObservable (Lkotlinx/coroutines/flow/Flow;Lkotlin/coroutines/CoroutineCo…
38 …public static synthetic fun asObservable$default (Lkotlinx/coroutines/flow/Flow;Lkotlin/coroutines…
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/api/
Dkotlinx-coroutines-rx3.api32 …public static final fun asObservable (Lkotlinx/coroutines/flow/Flow;Lkotlin/coroutines/CoroutineCo…
33 …public static synthetic fun asObservable$default (Lkotlinx/coroutines/flow/Flow;Lkotlin/coroutines…
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/
DREADME.md20 | [Flow.asObservable] | `Observable` | Converts the given flow to a cold Observable.
66 [Flow.asObservable]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-rx3/kotlinx.cor…