Uses of Interface
io.reactivex.rxjava3.internal.fuseable.HasUpstreamObservableSource
Packages that use HasUpstreamObservableSource
-
Uses of HasUpstreamObservableSource in io.reactivex.rxjava3.internal.operators.observable
Classes in io.reactivex.rxjava3.internal.operators.observable that implement HasUpstreamObservableSourceModifier and TypeClassDescription(package private) classBase class for operators with a source consumable.final classfinal classfinal classObservableBuffer<T, U extends Collection<? super T>>final classObservableBufferBoundary<T, U extends Collection<? super T>, Open, Close>final classObservableBufferExactBoundary<T, U extends Collection<? super T>, B>final classObservableBufferTimed<T, U extends Collection<? super T>>final classAn observable which auto-connects to another observable, caches the elements from that observable but allows terminating the connection and completing the cache.final classObservableCollect<T,U> final classObservableConcatMap<T,U> final classfinal classfinal classSubscribe to a main Observable first, then when it completes normally, subscribe to a Single, signal its success value followed by a completion or signal its error as is.final classSubscribe to a main Observable first, then when it completes normally, subscribe to a Maybe, signal its success value followed by a completion or signal its error or completion signal as is.final classSubscribe to a main Observable first, then when it completes normally, subscribe to a Single, signal its success value followed by a completion or signal its error as is.final classfinal classObservableDebounce<T,U> final classfinal classfinal classfinal classBreaks the links between the upstream and the downstream (the Disposable and the Observer references) when the sequence terminates or gets disposed.final classObservableDistinct<T,K> final classfinal classCalls a consumer after pushing the current item to the downstream.final classExecute an action after an onError, onComplete or a dispose event.final classfinal classfinal classfinal classfinal classObservableFlatMap<T,U> final classMaps a sequence of values into CompletableSources and awaits their termination.final classMaps upstream values into MaybeSources and merges their signals into one sequence.final classMaps upstream values into SingleSources and merges their signals into one sequence.final classMaps a sequence into an Iterable and emits its values.final classObservableGroupBy<T,K, V> final classObservableGroupJoin<TLeft, TRight, TLeftEnd, TRightEnd, R>final classHides the identity of the wrapped ObservableSource and its Disposable.final classfinal classObservableJoin<TLeft, TRight, TLeftEnd, TRightEnd, R>final classObservableLift<R,T> Allows lifting operators into a chain of Observables.final classObservableMap<T,U> final classfinal classfinal classMerges an Observable and a Completable by emitting the items of the Observable and waiting until both the Observable and Completable complete normally.final classMerges an Observable and a Maybe by emitting the items of the Observable and the success value of the Maybe and waiting until both the Observable and Maybe terminate normally.final classMerges an Observable and a Single by emitting the items of the Observable and the success value of the Single and waiting until both the Observable and Single terminate normally.final classfinal classEmits an onComplete if the source emits an onError and the predicate returns true for that Throwable.final classfinal classfinal classShares a single underlying connection to the upstream ObservableSource and multicasts events to all subscribed observers until the upstream completes or the connection is disposed.final classShares a source Observable for the duration of a selector function.final classfinal classfinal classRepeatedly subscribe to a source if a handler ObservableSource signals an item.final classfinal classfinal classfinal classRepeatedly subscribe to a source if a handler ObservableSource signals an item.final classfinal classfinal classfinal classObservableScanSeed<T,R> final classfinal classfinal classfinal classfinal classObservableSkipUntil<T,U> final classfinal classfinal classfinal classObservableSwitchMap<T,R> final classfinal classfinal classfinal classfinal classObservableTakeUntil<T,U> final classfinal classfinal classfinal classEmits the next or latest item when the given time elapses.final classfinal classObservableTimeout<T,U, V> final classfinal classObservableToList<T, U extends Collection<? super T>>final classfinal classfinal classfinal classfinal classfinal classObservableWithLatestFrom<T,U, R> final classCombines a main sequence of values with the latest from multiple other sequences via a selector function.