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 SubscriptionListSingleSubscriber. csprivate SubscriptionListSubscriber. subscriptions -
Uses of SubscriptionList in rx.internal.schedulers
Fields in rx.internal.schedulers declared as SubscriptionList Modifier and Type Field Description private SubscriptionListEventLoopsScheduler.EventLoopWorker. both(package private) SubscriptionListScheduledAction. cancel(package private) SubscriptionListScheduledAction.Remover2. parentprivate SubscriptionListEventLoopsScheduler.EventLoopWorker. serialMethods in rx.internal.schedulers with parameters of type SubscriptionList Modifier and Type Method Description voidScheduledAction. addParent(SubscriptionList parent)Adds a parentCompositeSubscriptionto thisScheduledActionso when the action is cancelled or terminates, it can remove itself from this parent.ScheduledActionNewThreadWorker. 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)
-