blob: 06ddb68e9cc6d1e5cc1fd10d3baf8141fed58b91 [file] [log] [blame]
Roman Elizarov0950dfa2018-07-13 10:33:25 +03001public final class kotlinx/coroutines/rx2/RxAwaitKt {
2 public static final fun await (Lio/reactivex/CompletableSource;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
3 public static final fun await (Lio/reactivex/MaybeSource;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
4 public static final fun await (Lio/reactivex/SingleSource;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
5 public static final fun awaitFirst (Lio/reactivex/ObservableSource;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
6 public static final fun awaitFirstOrDefault (Lio/reactivex/ObservableSource;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
7 public static final fun awaitFirstOrElse (Lio/reactivex/ObservableSource;Lkotlin/jvm/functions/Function0;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
8 public static final fun awaitFirstOrNull (Lio/reactivex/ObservableSource;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
9 public static final fun awaitLast (Lio/reactivex/ObservableSource;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
10 public static final fun awaitOrDefault (Lio/reactivex/MaybeSource;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
11 public static final fun awaitSingle (Lio/reactivex/ObservableSource;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030012}
13
Roman Elizarov0950dfa2018-07-13 10:33:25 +030014public final class kotlinx/coroutines/rx2/RxChannelKt {
Vsevolod Tolstopyatov0685dc42019-04-24 12:16:56 +030015 public static final fun collect (Lio/reactivex/MaybeSource;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
16 public static final fun collect (Lio/reactivex/ObservableSource;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030017 public static final fun consumeEach (Lio/reactivex/MaybeSource;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
18 public static final fun consumeEach (Lio/reactivex/ObservableSource;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
19 public static final fun openSubscription (Lio/reactivex/MaybeSource;)Lkotlinx/coroutines/channels/ReceiveChannel;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030020 public static final fun openSubscription (Lio/reactivex/ObservableSource;)Lkotlinx/coroutines/channels/ReceiveChannel;
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030021}
22
Roman Elizarov0950dfa2018-07-13 10:33:25 +030023public final class kotlinx/coroutines/rx2/RxCompletableKt {
Vsevolod Tolstopyatovd100a3f2019-07-16 16:14:35 +030024 public static final fun rxCompletable (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lio/reactivex/Completable;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030025 public static final fun rxCompletable (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lio/reactivex/Completable;
Vsevolod Tolstopyatovd100a3f2019-07-16 16:14:35 +030026 public static synthetic fun rxCompletable$default (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/reactivex/Completable;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030027 public static synthetic fun rxCompletable$default (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/reactivex/Completable;
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030028}
29
Roman Elizarov0950dfa2018-07-13 10:33:25 +030030public final class kotlinx/coroutines/rx2/RxConvertKt {
31 public static final fun asCompletable (Lkotlinx/coroutines/Job;Lkotlin/coroutines/CoroutineContext;)Lio/reactivex/Completable;
Marek Langiewiczd831a862020-02-23 10:12:46 +010032 public static final fun asFlow (Lio/reactivex/ObservableSource;)Lkotlinx/coroutines/flow/Flow;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030033 public static final fun asMaybe (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext;)Lio/reactivex/Maybe;
34 public static final fun asObservable (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/coroutines/CoroutineContext;)Lio/reactivex/Observable;
35 public static final fun asSingle (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext;)Lio/reactivex/Single;
Vsevolod Tolstopyatov170690f2019-04-09 12:33:57 +030036 public static final fun from (Lkotlinx/coroutines/flow/Flow;)Lio/reactivex/Flowable;
37 public static final fun from (Lkotlinx/coroutines/flow/Flow;)Lio/reactivex/Observable;
Roman Elizarov1a6beba2020-08-10 18:12:22 +030038 public static final fun from (Lkotlinx/coroutines/flow/Flow;Lkotlin/coroutines/CoroutineContext;)Lio/reactivex/Flowable;
39 public static final fun from (Lkotlinx/coroutines/flow/Flow;Lkotlin/coroutines/CoroutineContext;)Lio/reactivex/Observable;
40 public static synthetic fun from$default (Lkotlinx/coroutines/flow/Flow;Lkotlin/coroutines/CoroutineContext;ILjava/lang/Object;)Lio/reactivex/Flowable;
41 public static synthetic fun from$default (Lkotlinx/coroutines/flow/Flow;Lkotlin/coroutines/CoroutineContext;ILjava/lang/Object;)Lio/reactivex/Observable;
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030042}
43
Roman Elizarov0950dfa2018-07-13 10:33:25 +030044public final class kotlinx/coroutines/rx2/RxFlowableKt {
Vsevolod Tolstopyatovd100a3f2019-07-16 16:14:35 +030045 public static final fun rxFlowable (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lio/reactivex/Flowable;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030046 public static final fun rxFlowable (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lio/reactivex/Flowable;
Vsevolod Tolstopyatovd100a3f2019-07-16 16:14:35 +030047 public static synthetic fun rxFlowable$default (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/reactivex/Flowable;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030048 public static synthetic fun rxFlowable$default (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/reactivex/Flowable;
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030049}
50
Roman Elizarov0950dfa2018-07-13 10:33:25 +030051public final class kotlinx/coroutines/rx2/RxMaybeKt {
Vsevolod Tolstopyatovd100a3f2019-07-16 16:14:35 +030052 public static final fun rxMaybe (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lio/reactivex/Maybe;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030053 public static final fun rxMaybe (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lio/reactivex/Maybe;
Vsevolod Tolstopyatovd100a3f2019-07-16 16:14:35 +030054 public static synthetic fun rxMaybe$default (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/reactivex/Maybe;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030055 public static synthetic fun rxMaybe$default (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/reactivex/Maybe;
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030056}
57
Roman Elizarov0950dfa2018-07-13 10:33:25 +030058public final class kotlinx/coroutines/rx2/RxObservableKt {
Vsevolod Tolstopyatovd100a3f2019-07-16 16:14:35 +030059 public static final fun rxObservable (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lio/reactivex/Observable;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030060 public static final fun rxObservable (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lio/reactivex/Observable;
Vsevolod Tolstopyatovd100a3f2019-07-16 16:14:35 +030061 public static synthetic fun rxObservable$default (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/reactivex/Observable;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030062 public static synthetic fun rxObservable$default (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/reactivex/Observable;
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030063}
64
Roman Elizarov0950dfa2018-07-13 10:33:25 +030065public final class kotlinx/coroutines/rx2/RxSchedulerKt {
66 public static final fun asCoroutineDispatcher (Lio/reactivex/Scheduler;)Lkotlinx/coroutines/rx2/SchedulerCoroutineDispatcher;
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030067}
68
Roman Elizarov0950dfa2018-07-13 10:33:25 +030069public final class kotlinx/coroutines/rx2/RxSingleKt {
Vsevolod Tolstopyatovd100a3f2019-07-16 16:14:35 +030070 public static final fun rxSingle (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lio/reactivex/Single;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030071 public static final fun rxSingle (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Lio/reactivex/Single;
Vsevolod Tolstopyatovd100a3f2019-07-16 16:14:35 +030072 public static synthetic fun rxSingle$default (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/reactivex/Single;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030073 public static synthetic fun rxSingle$default (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/reactivex/Single;
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030074}
75
Roman Elizarov0950dfa2018-07-13 10:33:25 +030076public final class kotlinx/coroutines/rx2/SchedulerCoroutineDispatcher : kotlinx/coroutines/CoroutineDispatcher, kotlinx/coroutines/Delay {
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030077 public fun <init> (Lio/reactivex/Scheduler;)V
Roman Elizarov0950dfa2018-07-13 10:33:25 +030078 public fun delay (JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
79 public fun dispatch (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030080 public fun equals (Ljava/lang/Object;)Z
Roman Elizarov27b8f452018-09-20 21:23:41 +030081 public final fun getScheduler ()Lio/reactivex/Scheduler;
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030082 public fun hashCode ()I
Roman Elizarov0950dfa2018-07-13 10:33:25 +030083 public fun invokeOnTimeout (JLjava/lang/Runnable;)Lkotlinx/coroutines/DisposableHandle;
Roman Elizarov0950dfa2018-07-13 10:33:25 +030084 public fun scheduleResumeAfterDelay (JLkotlinx/coroutines/CancellableContinuation;)V
Vsevolod Tolstopyatov74bcc922018-05-03 20:07:54 +030085 public fun toString ()Ljava/lang/String;
86}
87