Package-level declarations
These are observers AutoDispose uses when scoping an observable. They are exposed as a public API to allow for consumers to watch for them if they want, such as in RxJava plugins.
Types
Link copied to clipboard
A DisposableCompletableObserver that can automatically dispose itself.
Link copied to clipboard
A DisposableMaybeObserver that can automatically dispose itself.
Link copied to clipboard
A DisposableObserver that can automatically dispose itself.
Link copied to clipboard
A DisposableSingleObserver that can automatically dispose itself.
Link copied to clipboard
A DisposableSubscriber that can automatically dispose itself.