Package rx.subscriptions
Default implementations for Subscription-based resource management
(Subscription container types) and utility classes to construct
Subscriptions from callbacks and other types.
-
Class Summary Class Description BooleanSubscription Subscription that can be checked for status such as in a loop inside anObservableto 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 anObservableto exit the loop if unsubscribed.MultipleAssignmentSubscription.State RefCountSubscription Keeps track of the sub-subscriptions and unsubscribes the underlying subscription once all sub-subscriptions have unsubscribed.RefCountSubscription.InnerSubscription The individual sub-subscriptions.RefCountSubscription.State SerialSubscription Represents a subscription whose underlying subscription can be swapped for another subscription which causes the previous underlying subscription to be unsubscribed.SerialSubscription.State Subscriptions Helper methods and utilities for creating and working withSubscriptionobjectsSubscriptions.FutureSubscription Naming classes helps with debugging.Subscriptions.Unsubscribed Naming classes helps with debugging.