RxJava



Package rx.subscriptions

Class Summary
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.
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