Uses of Class
rx.internal.util.SubscriptionList
Packages that use SubscriptionList
Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
-
Uses of SubscriptionList in rx
Fields in rx declared as SubscriptionListModifier and TypeFieldDescriptionprivate final SubscriptionListSingleSubscriber.csprivate final SubscriptionListSubscriber.subscriptions -
Uses of SubscriptionList in rx.internal.schedulers
Fields in rx.internal.schedulers declared as SubscriptionListModifier and TypeFieldDescriptionprivate final SubscriptionListEventLoopsScheduler.EventLoopWorker.both(package private) final SubscriptionListScheduledAction.cancel(package private) final SubscriptionListScheduledAction.Remover2.parentprivate final SubscriptionListEventLoopsScheduler.EventLoopWorker.serialMethods in rx.internal.schedulers with parameters of type SubscriptionListModifier and TypeMethodDescriptionvoidScheduledAction.addParent(SubscriptionList parent) Adds a parentCompositeSubscriptionto thisScheduledActionso when the action is cancelled or terminates, it can remove itself from this parent.NewThreadWorker.scheduleActual(Action0 action, long delayTime, TimeUnit unit, SubscriptionList parent) Constructors in rx.internal.schedulers with parameters of type SubscriptionListModifierConstructorDescriptionRemover2(ScheduledAction s, SubscriptionList parent) ScheduledAction(Action0 action, SubscriptionList parent)