Package | Description |
---|---|
rx.internal.schedulers | |
rx.subscriptions |
Default implementations for Subscription-based resource management
(Subscription container types) and utility classes to construct
Subscriptions from callbacks and other types.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledAction.addParent(CompositeSubscription parent)
Adds a parent
CompositeSubscription to this ScheduledAction so when the action is
cancelled or terminates, it can remove itself from this parent. |
ScheduledAction |
NewThreadWorker.scheduleActual(Action0 action,
long delayTime,
TimeUnit unit,
CompositeSubscription parent) |
Constructor and Description |
---|
ScheduledAction(Action0 action,
CompositeSubscription parent) |
Modifier and Type | Method and Description |
---|---|
static CompositeSubscription |
Subscriptions.from(Subscription... subscriptions)
Converts a set of
Subscription s into a CompositeSubscription that groups the multiple
Subscriptions together and unsubscribes from all of them together. |
Copyright © 2017. All rights reserved.