See: Description
Class | 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.
|
MultipleAssignmentSubscription |
Subscription that can be checked for status such as in a loop inside an
Observable to exit the loop
if unsubscribed. |
RefCountSubscription |
Keeps track of the sub-subscriptions and unsubscribes the underlying subscription once all sub-subscriptions
have unsubscribed.
|
SerialSubscription |
Represents a subscription whose underlying subscription can be swapped for another subscription which causes
the previous underlying subscription to be unsubscribed.
|
Subscriptions |
Helper methods and utilities for creating and working with
Subscription objects |