| Package | Description |
|---|---|
| rx.internal.schedulers | |
| rx.subscriptions |
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduledAction.addParent(CompositeSubscription
Adds a parent
CompositeSubscription to this
ScheduledAction so when the action is cancelled or terminates, it can remove itself from this parent.
|
| Modifier and Type | Method and Description |
|---|---|
static CompositeSubscription |
Subscriptions.from(Subscription
Converts a set of
Subscriptions into a
CompositeSubscription that groups the multiple Subscriptions together and unsubscribes from all of them together.
|