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.
|
Class and Description |
---|
CompositeSubscription
Subscription that represents a group of Subscriptions that are unsubscribed together.
|
Class and Description |
---|
BooleanSubscription
Subscription that can be checked for status such as in a loop inside an
Observable to exit the loop
if unsubscribed. |
CompositeSubscription
Subscription that represents a group of Subscriptions that are unsubscribed together.
|
Copyright © 2017. All rights reserved.