Uses of Package
rx.subscriptions
Packages that use rx.subscriptions
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
Classes extending the Observable base reactive class, synchronous and
asynchronous event generators.
Scheduler implementations, value+time record classes and the standard factory class to
return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.
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.operatorsClassDescriptionSubscription that represents a group of Subscriptions that are unsubscribed together.Keeps track of the sub-subscriptions and unsubscribes the underlying subscription once all sub-subscriptions have unsubscribed.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.schedulersClassDescriptionSubscription 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. -
Classes in rx.subscriptions used by rx.observablesClassDescriptionSubscription that represents a group of Subscriptions that are unsubscribed together.
-
Classes in rx.subscriptions used by rx.schedulersClassDescriptionSubscription that can be checked for status such as in a loop inside an
Observable
to exit the loop if unsubscribed. -
Classes in rx.subscriptions used by rx.subscriptionsClassDescriptionSubscription 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.Keeps track of the sub-subscriptions and unsubscribes the underlying subscription once all sub-subscriptions have unsubscribed.Naming classes helps with debugging.