Searched refs:asSingle (Results 1 – 8 of 8) sorted by relevance
96 val single1 = d.asSingle(Dispatchers.Unconfined) in <lambda>()100 val single2 = d.asSingle(Dispatchers.Unconfined) in <lambda>()112 val single1 = d.asSingle(Dispatchers.Unconfined) in <lambda>()116 val single2 = d.asSingle(Dispatchers.Unconfined) in <lambda>()
64 public fun <T : Any> Deferred<T>.asSingle(context: CoroutineContext): Single<T> = rxSingle(context)… in <lambda>() method65 this@asSingle.await() in <lambda>()
47 | [Deferred.asSingle][kotlinx.coroutines.Deferred.asSingle] | Converts deferred value to hot single78 [kotlinx.coroutines.Deferred.asSingle]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-corouti…
49 | [Deferred.asSingle][kotlinx.coroutines.Deferred.asSingle] | Converts deferred value to hot single84 [kotlinx.coroutines.Deferred.asSingle]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-corouti…
34 …public static final fun asSingle (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext…
39 …public static final fun asSingle (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext…