public class SubscribersKt
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
blockingSubscribeBy(io.reactivex.Observable<T> $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete,
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onNext)
Overloaded blockingSubscribe function that allows passing named parameters
|
static <T> void |
blockingSubscribeBy(io.reactivex.Flowable<T> $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete,
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onNext)
Overloaded blockingSubscribe function that allows passing named parameters
|
static <T> io.reactivex.disposables.Disposable |
subscribeBy(io.reactivex.Observable<T> $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete,
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onNext)
Overloaded subscribe function that allows passing named parameters
|
static <T> io.reactivex.disposables.Disposable |
subscribeBy(io.reactivex.Flowable<T> $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete,
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onNext)
Overloaded subscribe function that allows passing named parameters
|
static <T> io.reactivex.disposables.Disposable |
subscribeBy(io.reactivex.Single<T> $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onSuccess)
Overloaded subscribe function that allows passing named parameters
|
static <T> io.reactivex.disposables.Disposable |
subscribeBy(io.reactivex.Maybe<T> $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete,
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onSuccess)
Overloaded subscribe function that allows passing named parameters
|
static io.reactivex.disposables.Disposable |
subscribeBy(io.reactivex.Completable $receiver,
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete)
Overloaded subscribe function that allows passing named parameters
|
@CheckReturnValue
@SchedulerSupport
@NotNull
public static <T> io.reactivex.disposables.Disposable subscribeBy(@NotNull
io.reactivex.Observable<T> $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
@NotNull
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete,
@NotNull
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onNext)
Overloaded subscribe function that allows passing named parameters
@CheckReturnValue
@BackpressureSupport
@SchedulerSupport
@NotNull
public static <T> io.reactivex.disposables.Disposable subscribeBy(@NotNull
io.reactivex.Flowable<T> $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
@NotNull
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete,
@NotNull
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onNext)
Overloaded subscribe function that allows passing named parameters
@CheckReturnValue
@SchedulerSupport
@NotNull
public static <T> io.reactivex.disposables.Disposable subscribeBy(@NotNull
io.reactivex.Single<T> $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
@NotNull
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onSuccess)
Overloaded subscribe function that allows passing named parameters
@CheckReturnValue
@SchedulerSupport
@NotNull
public static <T> io.reactivex.disposables.Disposable subscribeBy(@NotNull
io.reactivex.Maybe<T> $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
@NotNull
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete,
@NotNull
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onSuccess)
Overloaded subscribe function that allows passing named parameters
@CheckReturnValue
@SchedulerSupport
@NotNull
public static io.reactivex.disposables.Disposable subscribeBy(@NotNull
io.reactivex.Completable $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
@NotNull
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete)
Overloaded subscribe function that allows passing named parameters
@SchedulerSupport
public static <T> void blockingSubscribeBy(@NotNull
io.reactivex.Observable<T> $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
@NotNull
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete,
@NotNull
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onNext)
Overloaded blockingSubscribe function that allows passing named parameters
@BackpressureSupport
@SchedulerSupport
public static <T> void blockingSubscribeBy(@NotNull
io.reactivex.Flowable<T> $receiver,
@NotNull
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> onError,
@NotNull
kotlin.jvm.functions.Function0<kotlin.Unit> onComplete,
@NotNull
kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onNext)
Overloaded blockingSubscribe function that allows passing named parameters