Uses of Interface
io.reactivex.rxjava3.core.CompletableObserver
-
Packages that use CompletableObserver Package Description io.reactivex.rxjava3.core Base reactive classes:Flowable,Observable,Single,MaybeandCompletable; base reactive consumers; other common base interfaces.io.reactivex.rxjava3.internal.disposables io.reactivex.rxjava3.internal.jdk8 io.reactivex.rxjava3.internal.observers io.reactivex.rxjava3.internal.operators.completable io.reactivex.rxjava3.internal.operators.flowable io.reactivex.rxjava3.internal.operators.maybe io.reactivex.rxjava3.internal.operators.mixed io.reactivex.rxjava3.internal.operators.observable io.reactivex.rxjava3.internal.operators.single io.reactivex.rxjava3.internal.schedulers io.reactivex.rxjava3.internal.util io.reactivex.rxjava3.observers Default wrappers and implementations for observer-based consumer classes and interfaces, including disposable and resource-tracking variants and theTestObserverthat allows unit testingObservable-,Single-,Maybe- andCompletable-based flows.io.reactivex.rxjava3.plugins Contains the central plugin handlerRxJavaPluginsclass to hook into the lifecycle of the base reactive types and schedulers.io.reactivex.rxjava3.subjects Classes representing so-called hot sources, aka subjects, that implement a base reactive class and the respective consumer type at once to allow forms of multicasting events to multiple consumers as well as consuming another base reactive type of their kind. -
-
Uses of CompletableObserver in io.reactivex.rxjava3.core
Methods in io.reactivex.rxjava3.core with type parameters of type CompletableObserver Modifier and Type Method Description <@NonNull E extends CompletableObserver>
ECompletable. subscribeWith(@NonNull E observer)Subscribes a givenCompletableObserver(subclass) to thisCompletableand returns the givenCompletableObserveras is.Methods in io.reactivex.rxjava3.core that return CompletableObserver Modifier and Type Method Description @NonNull CompletableObserverCompletableOperator. apply(@NonNull CompletableObserver observer)Applies a function to the childCompletableObserverand returns a new parentCompletableObserver.Methods in io.reactivex.rxjava3.core with parameters of type CompletableObserver Modifier and Type Method Description @NonNull CompletableObserverCompletableOperator. apply(@NonNull CompletableObserver observer)Applies a function to the childCompletableObserverand returns a new parentCompletableObserver.voidCompletable. blockingSubscribe(@NonNull CompletableObserver observer)Subscribes to the currentCompletableand calls the appropriateCompletableObservermethod on the current thread.voidCompletable. safeSubscribe(@NonNull CompletableObserver observer)Wraps the givenCompletableObserver, catches anyRuntimeExceptions thrown by itsonSubscribe(Disposable),onError(Throwable)oronComplete()methods and routes those to the global error handler viaRxJavaPlugins.onError(Throwable).voidCompletable. subscribe(@NonNull CompletableObserver observer)voidCompletableSource. subscribe(@NonNull CompletableObserver observer)Subscribes the givenCompletableObserverto thisCompletableSourceinstance.protected abstract voidCompletable. subscribeActual(@NonNull CompletableObserver observer)Implement this method to handle the incomingCompletableObservers and perform the business logic in your operator. -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.disposables
Methods in io.reactivex.rxjava3.internal.disposables with parameters of type CompletableObserver Modifier and Type Method Description static voidEmptyDisposable. complete(CompletableObserver observer)static voidEmptyDisposable. error(java.lang.Throwable e, CompletableObserver observer) -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.jdk8
Classes in io.reactivex.rxjava3.internal.jdk8 that implement CompletableObserver Modifier and Type Class Description classCompletionStageConsumer<T>Class that extends CompletableFuture and converts multiple types of reactive consumers and their signals into completion signals.Fields in io.reactivex.rxjava3.internal.jdk8 declared as CompletableObserver Modifier and Type Field Description (package private) CompletableObserverCompletableFromCompletionStage.CompletionStageHandler. downstreamMethods in io.reactivex.rxjava3.internal.jdk8 with parameters of type CompletableObserver Modifier and Type Method Description protected voidCompletableFromCompletionStage. subscribeActual(CompletableObserver observer)Constructors in io.reactivex.rxjava3.internal.jdk8 with parameters of type CompletableObserver Constructor Description CompletionStageHandler(CompletableObserver downstream, FlowableFromCompletionStage.BiConsumerAtomicReference<T> whenReference) -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.observers
Classes in io.reactivex.rxjava3.internal.observers that implement CompletableObserver Modifier and Type Class Description classBlockingDisposableMultiObserver<T>Blocks until the upstream terminates and dispatches the outcome to the actual observer.classBlockingMultiObserver<T>A combined Observer that awaits the success or error signal via a CountDownLatch.classCallbackCompletableObserverclassDisposableAutoReleaseMultiObserver<T>Wraps lambda callbacks and when the upstream terminates or this (Single | Maybe | Completable) observer gets disposed, removes itself from aCompositeDisposable.classEmptyCompletableObserverclassFutureMultiObserver<T>An Observer + Future that expects exactly one upstream value and provides it via the (blocking) Future API.classSafeCompletableObserverWraps anotherCompletableObserverand catches exceptions thrown by itsonSubscribe,onErrororonCompletemethods despite the protocol forbids it.Fields in io.reactivex.rxjava3.internal.observers declared as CompletableObserver Modifier and Type Field Description (package private) CompletableObserverSafeCompletableObserver. downstreamMethods in io.reactivex.rxjava3.internal.observers with parameters of type CompletableObserver Modifier and Type Method Description voidBlockingDisposableMultiObserver. blockingConsume(CompletableObserver observer)Constructors in io.reactivex.rxjava3.internal.observers with parameters of type CompletableObserver Constructor Description SafeCompletableObserver(CompletableObserver downstream) -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.operators.completable
Fields in io.reactivex.rxjava3.internal.operators.completable declared as CompletableObserver Modifier and Type Field Description (package private) CompletableObserverCompletableAndThenCompletable.SourceObserver. actualObserver(package private) CompletableObserverCompletableFromObservable.CompletableFromObservableObserver. co(package private) CompletableObserverCompletableFromSingle.CompletableFromSingleObserver. co(package private) CompletableObserverCompletableAmb.Amb. downstream(package private) CompletableObserverCompletableAndThenCompletable.NextObserver. downstream(package private) CompletableObserverCompletableCache.InnerCompletableCache. downstream(package private) CompletableObserverCompletableConcat.CompletableConcatSubscriber. downstream(package private) CompletableObserverCompletableConcatArray.ConcatInnerObserver. downstream(package private) CompletableObserverCompletableConcatIterable.ConcatInnerObserver. downstream(package private) CompletableObserverCompletableCreate.Emitter. downstream(package private) CompletableObserverCompletableDelay.Delay. downstream(package private) CompletableObserverCompletableDetach.DetachCompletableObserver. downstream(package private) CompletableObserverCompletableDisposeOn.DisposeOnObserver. downstream(package private) CompletableObserverCompletableDoFinally.DoFinallyObserver. downstream(package private) CompletableObserverCompletableFromPublisher.FromPublisherSubscriber. downstream(package private) CompletableObserverCompletableHide.HideCompletableObserver. downstream(package private) CompletableObserverCompletableMerge.CompletableMergeSubscriber. downstream(package private) CompletableObserverCompletableMergeArray.InnerCompletableObserver. downstream(package private) CompletableObserverCompletableMergeArrayDelayError.MergeInnerCompletableObserver. downstream(package private) CompletableObserverCompletableMergeIterable.MergeCompletableObserver. downstream(package private) CompletableObserverCompletableObserveOn.ObserveOnCompletableObserver. downstreamprivate CompletableObserverCompletableOnErrorComplete.OnError. downstream(package private) CompletableObserverCompletablePeek.CompletableObserverImplementation. downstream(package private) CompletableObserverCompletableResumeNext.ResumeNextObserver. downstream(package private) CompletableObserverCompletableSubscribeOn.SubscribeOnObserver. downstream(package private) CompletableObserverCompletableTakeUntilCompletable.TakeUntilMainObserver. downstream(package private) CompletableObserverCompletableTimeout.DisposeTask. downstreamprivate CompletableObserverCompletableTimeout.TimeOutObserver. downstream(package private) CompletableObserverCompletableTimer.TimerDisposable. downstream(package private) CompletableObserverCompletableUsing.UsingObserver. downstreamprivate CompletableObserverCompletableDoOnEvent.DoOnEvent. observerMethods in io.reactivex.rxjava3.internal.operators.completable with parameters of type CompletableObserver Modifier and Type Method Description voidCompletableAmb. subscribeActual(CompletableObserver observer)protected voidCompletableAndThenCompletable. subscribeActual(CompletableObserver observer)protected voidCompletableCache. subscribeActual(CompletableObserver observer)voidCompletableConcat. subscribeActual(CompletableObserver observer)voidCompletableConcatArray. subscribeActual(CompletableObserver observer)voidCompletableConcatIterable. subscribeActual(CompletableObserver observer)protected voidCompletableCreate. subscribeActual(CompletableObserver observer)protected voidCompletableDefer. subscribeActual(CompletableObserver observer)protected voidCompletableDelay. subscribeActual(CompletableObserver observer)protected voidCompletableDetach. subscribeActual(CompletableObserver observer)protected voidCompletableDisposeOn. subscribeActual(CompletableObserver observer)protected voidCompletableDoFinally. subscribeActual(CompletableObserver observer)protected voidCompletableDoOnEvent. subscribeActual(CompletableObserver observer)voidCompletableEmpty. subscribeActual(CompletableObserver observer)protected voidCompletableError. subscribeActual(CompletableObserver observer)protected voidCompletableErrorSupplier. subscribeActual(CompletableObserver observer)protected voidCompletableFromAction. subscribeActual(CompletableObserver observer)protected voidCompletableFromCallable. subscribeActual(CompletableObserver observer)protected voidCompletableFromObservable. subscribeActual(CompletableObserver observer)protected voidCompletableFromPublisher. subscribeActual(CompletableObserver downstream)protected voidCompletableFromRunnable. subscribeActual(CompletableObserver observer)protected voidCompletableFromSingle. subscribeActual(CompletableObserver observer)protected voidCompletableFromSupplier. subscribeActual(CompletableObserver observer)protected voidCompletableFromUnsafeSource. subscribeActual(CompletableObserver observer)protected voidCompletableHide. subscribeActual(CompletableObserver observer)protected voidCompletableLift. subscribeActual(CompletableObserver observer)voidCompletableMerge. subscribeActual(CompletableObserver observer)voidCompletableMergeArray. subscribeActual(CompletableObserver observer)voidCompletableMergeArrayDelayError. subscribeActual(CompletableObserver observer)voidCompletableMergeDelayErrorIterable. subscribeActual(CompletableObserver observer)voidCompletableMergeIterable. subscribeActual(CompletableObserver observer)protected voidCompletableNever. subscribeActual(CompletableObserver observer)protected voidCompletableObserveOn. subscribeActual(CompletableObserver observer)protected voidCompletableOnErrorComplete. subscribeActual(CompletableObserver observer)protected voidCompletablePeek. subscribeActual(CompletableObserver observer)protected voidCompletableResumeNext. subscribeActual(CompletableObserver observer)protected voidCompletableSubscribeOn. subscribeActual(CompletableObserver observer)protected voidCompletableTakeUntilCompletable. subscribeActual(CompletableObserver observer)voidCompletableTimeout. subscribeActual(CompletableObserver observer)protected voidCompletableTimer. subscribeActual(CompletableObserver observer)protected voidCompletableUsing. subscribeActual(CompletableObserver observer) -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.operators.flowable
Classes in io.reactivex.rxjava3.internal.operators.flowable that implement CompletableObserver Modifier and Type Class Description (package private) static classFlowableConcatWithCompletable.ConcatWithSubscriber<T>(package private) classFlowableFlatMapCompletable.FlatMapCompletableMainSubscriber.InnerConsumer(package private) classFlowableFlatMapCompletableCompletable.FlatMapCompletableMainSubscriber.InnerObserverstatic classFlowableFromCompletable.FromCompletableObserver<T>(package private) static classFlowableMergeWithCompletable.MergeWithSubscriber.OtherObserverFields in io.reactivex.rxjava3.internal.operators.flowable declared as CompletableObserver Modifier and Type Field Description (package private) CompletableObserverFlowableFlatMapCompletableCompletable.FlatMapCompletableMainSubscriber. downstream(package private) CompletableObserverFlowableIgnoreElementsCompletable.IgnoreElementsSubscriber. downstreamMethods in io.reactivex.rxjava3.internal.operators.flowable with parameters of type CompletableObserver Modifier and Type Method Description protected voidFlowableFlatMapCompletableCompletable. subscribeActual(CompletableObserver observer)protected voidFlowableIgnoreElementsCompletable. subscribeActual(CompletableObserver t)Constructors in io.reactivex.rxjava3.internal.operators.flowable with parameters of type CompletableObserver Constructor Description FlatMapCompletableMainSubscriber(CompletableObserver observer, Function<? super T,? extends CompletableSource> mapper, boolean delayErrors, int maxConcurrency)IgnoreElementsSubscriber(CompletableObserver downstream) -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.operators.maybe
Classes in io.reactivex.rxjava3.internal.operators.maybe that implement CompletableObserver Modifier and Type Class Description (package private) static classMaybeDelayWithCompletable.OtherObserver<T>(package private) static classMaybeFlatMapCompletable.FlatMapCompletableObserver<T>(package private) static classMaybeFromCompletable.FromCompletableObserver<T>Fields in io.reactivex.rxjava3.internal.operators.maybe declared as CompletableObserver Modifier and Type Field Description (package private) CompletableObserverMaybeFlatMapCompletable.FlatMapCompletableObserver. downstream(package private) CompletableObserverMaybeIgnoreElementCompletable.IgnoreMaybeObserver. downstreamMethods in io.reactivex.rxjava3.internal.operators.maybe with parameters of type CompletableObserver Modifier and Type Method Description protected voidMaybeFlatMapCompletable. subscribeActual(CompletableObserver observer)protected voidMaybeIgnoreElementCompletable. subscribeActual(CompletableObserver observer)Constructors in io.reactivex.rxjava3.internal.operators.maybe with parameters of type CompletableObserver Constructor Description FlatMapCompletableObserver(CompletableObserver actual, Function<? super T,? extends CompletableSource> mapper)IgnoreMaybeObserver(CompletableObserver downstream) -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.operators.mixed
Classes in io.reactivex.rxjava3.internal.operators.mixed that implement CompletableObserver Modifier and Type Class Description (package private) static classCompletableAndThenObservable.AndThenObservableObserver<R>(package private) static classCompletableAndThenPublisher.AndThenPublisherSubscriber<R>(package private) static classFlowableConcatMapCompletable.ConcatMapCompletableObserver.ConcatMapInnerObserver(package private) static classFlowableSwitchMapCompletable.SwitchMapCompletableObserver.SwitchMapInnerObserverclassMaterializeSingleObserver<T>A consumer that implements the consumer types of Maybe, Single and Completable and turns their signals into Notifications for a SingleObserver.(package private) static classObservableConcatMapCompletable.ConcatMapCompletableObserver.ConcatMapInnerObserver(package private) static classObservableSwitchMapCompletable.SwitchMapCompletableObserver.SwitchMapInnerObserverFields in io.reactivex.rxjava3.internal.operators.mixed declared as CompletableObserver Modifier and Type Field Description (package private) CompletableObserverFlowableConcatMapCompletable.ConcatMapCompletableObserver. downstream(package private) CompletableObserverFlowableSwitchMapCompletable.SwitchMapCompletableObserver. downstream(package private) CompletableObserverObservableConcatMapCompletable.ConcatMapCompletableObserver. downstream(package private) CompletableObserverObservableSwitchMapCompletable.SwitchMapCompletableObserver. downstreamMethods in io.reactivex.rxjava3.internal.operators.mixed with parameters of type CompletableObserver Modifier and Type Method Description protected voidFlowableConcatMapCompletable. subscribeActual(CompletableObserver observer)protected voidFlowableSwitchMapCompletable. subscribeActual(CompletableObserver observer)protected voidFlowableSwitchMapCompletablePublisher. subscribeActual(CompletableObserver observer)protected voidObservableConcatMapCompletable. subscribeActual(CompletableObserver observer)protected voidObservableSwitchMapCompletable. subscribeActual(CompletableObserver observer)(package private) static <T> booleanScalarXMapZHelper. tryAsCompletable(java.lang.Object source, Function<? super T,? extends CompletableSource> mapper, CompletableObserver observer)Try subscribing to aCompletableSourcemapped from a scalar source (which implementsSupplier).Constructors in io.reactivex.rxjava3.internal.operators.mixed with parameters of type CompletableObserver Constructor Description ConcatMapCompletableObserver(CompletableObserver downstream, Function<? super T,? extends CompletableSource> mapper, ErrorMode errorMode, int prefetch)ConcatMapCompletableObserver(CompletableObserver downstream, Function<? super T,? extends CompletableSource> mapper, ErrorMode errorMode, int prefetch)SwitchMapCompletableObserver(CompletableObserver downstream, Function<? super T,? extends CompletableSource> mapper, boolean delayErrors)SwitchMapCompletableObserver(CompletableObserver downstream, Function<? super T,? extends CompletableSource> mapper, boolean delayErrors) -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.operators.observable
Classes in io.reactivex.rxjava3.internal.operators.observable that implement CompletableObserver Modifier and Type Class Description (package private) static classObservableConcatWithCompletable.ConcatWithObserver<T>(package private) classObservableFlatMapCompletable.FlatMapCompletableMainObserver.InnerObserver(package private) classObservableFlatMapCompletableCompletable.FlatMapCompletableMainObserver.InnerObserverstatic classObservableFromCompletable.FromCompletableObserver<T>(package private) static classObservableMergeWithCompletable.MergeWithObserver.OtherObserverFields in io.reactivex.rxjava3.internal.operators.observable declared as CompletableObserver Modifier and Type Field Description (package private) CompletableObserverObservableFlatMapCompletableCompletable.FlatMapCompletableMainObserver. downstream(package private) CompletableObserverObservableIgnoreElementsCompletable.IgnoreObservable. downstreamMethods in io.reactivex.rxjava3.internal.operators.observable with parameters of type CompletableObserver Modifier and Type Method Description protected voidObservableFlatMapCompletableCompletable. subscribeActual(CompletableObserver observer)voidObservableIgnoreElementsCompletable. subscribeActual(CompletableObserver t)Constructors in io.reactivex.rxjava3.internal.operators.observable with parameters of type CompletableObserver Constructor Description FlatMapCompletableMainObserver(CompletableObserver observer, Function<? super T,? extends CompletableSource> mapper, boolean delayErrors)IgnoreObservable(CompletableObserver t) -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.operators.single
Classes in io.reactivex.rxjava3.internal.operators.single that implement CompletableObserver Modifier and Type Class Description (package private) static classSingleDelayWithCompletable.OtherObserver<T>(package private) static classSingleFlatMapCompletable.FlatMapCompletableObserver<T>Fields in io.reactivex.rxjava3.internal.operators.single declared as CompletableObserver Modifier and Type Field Description (package private) CompletableObserverSingleFlatMapCompletable.FlatMapCompletableObserver. downstreamMethods in io.reactivex.rxjava3.internal.operators.single with parameters of type CompletableObserver Modifier and Type Method Description protected voidSingleFlatMapCompletable. subscribeActual(CompletableObserver observer)Constructors in io.reactivex.rxjava3.internal.operators.single with parameters of type CompletableObserver Constructor Description FlatMapCompletableObserver(CompletableObserver actual, Function<? super T,? extends CompletableSource> mapper) -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.schedulers
Fields in io.reactivex.rxjava3.internal.schedulers declared as CompletableObserver Modifier and Type Field Description (package private) CompletableObserverSchedulerWhen.OnCompletedAction. actionCompletableMethods in io.reactivex.rxjava3.internal.schedulers with parameters of type CompletableObserver Modifier and Type Method Description (package private) voidSchedulerWhen.ScheduledAction. call(Scheduler.Worker actualWorker, CompletableObserver actionCompletable)protected DisposableSchedulerWhen.DelayedAction. callActual(Scheduler.Worker actualWorker, CompletableObserver actionCompletable)protected DisposableSchedulerWhen.ImmediateAction. callActual(Scheduler.Worker actualWorker, CompletableObserver actionCompletable)protected abstract DisposableSchedulerWhen.ScheduledAction. callActual(Scheduler.Worker actualWorker, CompletableObserver actionCompletable)protected voidSchedulerWhen.CreateWorkerFunction.WorkerCompletable. subscribeActual(CompletableObserver actionCompletable)Constructors in io.reactivex.rxjava3.internal.schedulers with parameters of type CompletableObserver Constructor Description OnCompletedAction(java.lang.Runnable action, CompletableObserver actionCompletable) -
Uses of CompletableObserver in io.reactivex.rxjava3.internal.util
Classes in io.reactivex.rxjava3.internal.util that implement CompletableObserver Modifier and Type Class Description classEmptyComponentSingleton implementing many interfaces as empty.Methods in io.reactivex.rxjava3.internal.util with parameters of type CompletableObserver Modifier and Type Method Description voidAtomicThrowable. tryTerminateConsumer(CompletableObserver consumer)Tries to terminate this atomic throwable (by swapping in the TERMINATED indicator) and notifies the consumer if there was no error (onComplete) or there was a non-null, non-indicator exception contained before (onError). -
Uses of CompletableObserver in io.reactivex.rxjava3.observers
Classes in io.reactivex.rxjava3.observers that implement CompletableObserver Modifier and Type Class Description classDisposableCompletableObserverAn abstractCompletableObserverthat allows asynchronous cancellation by implementing Disposable.classResourceCompletableObserverAn abstractCompletableObserverthat allows asynchronous cancellation of its subscription and associated resources.classTestObserver<T>AnObserver,MaybeObserver,SingleObserverandCompletableObservercomposite that can record events fromObservables,Maybes,Singles andCompletables and allows making assertions about them. -
Uses of CompletableObserver in io.reactivex.rxjava3.plugins
Fields in io.reactivex.rxjava3.plugins with type parameters of type CompletableObserver Modifier and Type Field Description (package private) static @Nullable BiFunction<? super Completable,? super CompletableObserver,? extends CompletableObserver>RxJavaPlugins. onCompletableSubscribe(package private) static @Nullable BiFunction<? super Completable,? super CompletableObserver,? extends CompletableObserver>RxJavaPlugins. onCompletableSubscribeMethods in io.reactivex.rxjava3.plugins that return CompletableObserver Modifier and Type Method Description static @NonNull CompletableObserverRxJavaPlugins. onSubscribe(@NonNull Completable source, @NonNull CompletableObserver observer)Calls the associated hook function.Methods in io.reactivex.rxjava3.plugins that return types with arguments of type CompletableObserver Modifier and Type Method Description static @Nullable BiFunction<? super Completable,? super CompletableObserver,? extends CompletableObserver>RxJavaPlugins. getOnCompletableSubscribe()Returns the current hook function.static @Nullable BiFunction<? super Completable,? super CompletableObserver,? extends CompletableObserver>RxJavaPlugins. getOnCompletableSubscribe()Returns the current hook function.Methods in io.reactivex.rxjava3.plugins with parameters of type CompletableObserver Modifier and Type Method Description static @NonNull CompletableObserverRxJavaPlugins. onSubscribe(@NonNull Completable source, @NonNull CompletableObserver observer)Calls the associated hook function.Method parameters in io.reactivex.rxjava3.plugins with type arguments of type CompletableObserver Modifier and Type Method Description static voidRxJavaPlugins. setOnCompletableSubscribe(@Nullable BiFunction<? super Completable,? super CompletableObserver,? extends CompletableObserver> onCompletableSubscribe)Sets the specific hook function.static voidRxJavaPlugins. setOnCompletableSubscribe(@Nullable BiFunction<? super Completable,? super CompletableObserver,? extends CompletableObserver> onCompletableSubscribe)Sets the specific hook function. -
Uses of CompletableObserver in io.reactivex.rxjava3.subjects
Classes in io.reactivex.rxjava3.subjects that implement CompletableObserver Modifier and Type Class Description classCompletableSubjectRepresents a hot Completable-like source and consumer of events similar to Subjects.Fields in io.reactivex.rxjava3.subjects declared as CompletableObserver Modifier and Type Field Description (package private) CompletableObserverCompletableSubject.CompletableDisposable. downstreamMethods in io.reactivex.rxjava3.subjects with parameters of type CompletableObserver Modifier and Type Method Description protected voidCompletableSubject. subscribeActual(CompletableObserver observer)Constructors in io.reactivex.rxjava3.subjects with parameters of type CompletableObserver Constructor Description CompletableDisposable(CompletableObserver actual, CompletableSubject parent)
-