Uses of Class
rx.subscriptions.SerialSubscription
-
Packages that use SerialSubscription Package Description rx.internal.operators Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner. -
-
Uses of SerialSubscription in rx.internal.operators
Fields in rx.internal.operators declared as SerialSubscription Modifier and Type Field Description (package private) SerialSubscriptionCachedObservable.CacheState. connectionHolds onto the subscriber connected to source.(package private) SerialSubscriptionOnSubscribeConcatMap.ConcatMapSubscriber. inner(package private) SerialSubscriptionCompletableOnSubscribeConcatArray.ConcatInnerSubscriber. sd(package private) SerialSubscriptionCompletableOnSubscribeConcatIterable.ConcatInnerSubscriber. sd(package private) SerialSubscriptionOnSubscribeFromAsync.BaseAsyncEmitter. serial(package private) SerialSubscriptionOperatorTimeoutBase.TimeoutSubscriber. serial(package private) SerialSubscriptionOperatorRetryWithPredicate.SourceSubscriber. serialSubscription(package private) SerialSubscriptionCompletableOnSubscribeConcat.CompletableConcatSubscriber. sr(package private) SerialSubscriptionOperatorSwitch.SwitchSubscriber. ssubprivate SerialSubscriptionOperatorSwitchIfEmpty.ParentSubscriber. ssub(package private) SerialSubscriptionOperatorWindowWithObservableFactory.SourceSubscriber. ssubConstructors in rx.internal.operators with parameters of type SerialSubscription Constructor Description ParentSubscriber(Subscriber<? super T> child, SerialSubscription ssub, ProducerArbiter arbiter, Observable<? extends T> alternate)SourceSubscriber(Subscriber<? super T> child, Func2<java.lang.Integer,java.lang.Throwable,java.lang.Boolean> predicate, Scheduler.Worker inner, SerialSubscription serialSubscription, ProducerArbiter pa)TimeoutSubscriber(SerializedSubscriber<T> serializedSubscriber, OperatorTimeoutBase.TimeoutStub<T> timeoutStub, SerialSubscription serial, Observable<? extends T> other, Scheduler.Worker inner)
-