Uses of Class
rx.internal.util.SubscriptionList
-
Packages that use SubscriptionList Package Description rx Base reactive classes: Observable, Single and Completable; base reactive consumers; other common base interfaces.rx.internal.schedulers -
-
Uses of SubscriptionList in rx
Fields in rx declared as SubscriptionList Modifier and Type Field Description private SubscriptionList
SingleSubscriber. cs
private SubscriptionList
Subscriber. subscriptions
-
Uses of SubscriptionList in rx.internal.schedulers
Fields in rx.internal.schedulers declared as SubscriptionList Modifier and Type Field Description private SubscriptionList
EventLoopsScheduler.EventLoopWorker. both
(package private) SubscriptionList
ScheduledAction. cancel
(package private) SubscriptionList
ScheduledAction.Remover2. parent
private SubscriptionList
EventLoopsScheduler.EventLoopWorker. serial
Methods in rx.internal.schedulers with parameters of type SubscriptionList Modifier and Type Method Description void
ScheduledAction. addParent(SubscriptionList parent)
Adds a parentCompositeSubscription
to thisScheduledAction
so when the action is cancelled or terminates, it can remove itself from this parent.ScheduledAction
NewThreadWorker. scheduleActual(Action0 action, long delayTime, java.util.concurrent.TimeUnit unit, SubscriptionList parent)
Constructors in rx.internal.schedulers with parameters of type SubscriptionList Constructor Description Remover2(ScheduledAction s, SubscriptionList parent)
ScheduledAction(Action0 action, SubscriptionList parent)
-