Uses of Package
rx.subscriptions
-
Packages that use rx.subscriptions Package Description rx.internal.operators Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.rx.internal.schedulers rx.observables Classes extending the Observable base reactive class, synchronous and asynchronous event generators.rx.schedulers Scheduler implementations, value+time record classes and the standard factory class to return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.rx.subscriptions Default implementations for Subscription-based resource management (Subscription container types) and utility classes to construct Subscriptions from callbacks and other types. -
Classes in rx.subscriptions used by rx.internal.operators Class Description CompositeSubscription Subscription that represents a group of Subscriptions that are unsubscribed together.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. -
Classes in rx.subscriptions used by rx.internal.schedulers Class Description BooleanSubscription Subscription that can be checked for status such as in a loop inside anObservable
to exit the loop if unsubscribed.CompositeSubscription Subscription that represents a group of Subscriptions that are unsubscribed together. -
Classes in rx.subscriptions used by rx.observables Class Description CompositeSubscription Subscription that represents a group of Subscriptions that are unsubscribed together. -
Classes in rx.subscriptions used by rx.schedulers Class Description BooleanSubscription Subscription that can be checked for status such as in a loop inside anObservable
to exit the loop if unsubscribed. -
Classes in rx.subscriptions used by rx.subscriptions Class Description BooleanSubscription Subscription that can be checked for status such as in a loop inside anObservable
to exit the loop if unsubscribed.CompositeSubscription Subscription that represents a group of Subscriptions that are unsubscribed together.MultipleAssignmentSubscription.State RefCountSubscription Keeps track of the sub-subscriptions and unsubscribes the underlying subscription once all sub-subscriptions have unsubscribed.RefCountSubscription.State SerialSubscription.State Subscriptions.Unsubscribed Naming classes helps with debugging.