Package rx.subscriptions
package rx.subscriptions
Default implementations for Subscription-based resource management
(Subscription container types) and utility classes to construct
Subscriptions from callbacks and other types.
-
ClassesClassDescriptionSubscription that can be checked for status such as in a loop inside an
Observable
to exit the loop if unsubscribed.Subscription that represents a group of Subscriptions that are unsubscribed together.Subscription that can be checked for status such as in a loop inside anObservable
to exit the loop if unsubscribed.Keeps track of the sub-subscriptions and unsubscribes the underlying subscription once all sub-subscriptions have unsubscribed.The individual sub-subscriptions.Represents a subscription whose underlying subscription can be swapped for another subscription which causes the previous underlying subscription to be unsubscribed.Helper methods and utilities for creating and working withSubscription
objectsNaming classes helps with debugging.Naming classes helps with debugging.