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 SubscriptionList
SingleSubscriber.cs
private final SubscriptionList
Subscriber.subscriptions
-
Uses of SubscriptionList in rx.internal.schedulers
Fields in rx.internal.schedulers declared as SubscriptionListModifier and TypeFieldDescriptionprivate final SubscriptionList
EventLoopsScheduler.EventLoopWorker.both
(package private) final SubscriptionList
ScheduledAction.cancel
(package private) final SubscriptionList
ScheduledAction.Remover2.parent
private final SubscriptionList
EventLoopsScheduler.EventLoopWorker.serial
Methods in rx.internal.schedulers with parameters of type SubscriptionListModifier and TypeMethodDescriptionvoid
ScheduledAction.addParent
(SubscriptionList parent) Adds a parentCompositeSubscription
to thisScheduledAction
so 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)