We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe their single-use nature. Explicitly mention onStart. Explicitly mention dispose or cancel. Maybe add code examples.
onStart
dispose
cancel
DisposableSubscriber
DisposableCompletableObserver
DisposableMaybeObserver
DisposableSingleObserver
DisposableObserver
ResourceSubscriber
AsyncObserver
ResourceCompletableObserver
ResourceMaybeObserver
ResourceSingleObserver
ResourceObserver
The text was updated successfully, but these errors were encountered:
See #5210.
Sorry, something went wrong.
Closing via #5210
No branches or pull requests
Describe their single-use nature. Explicitly mention
onStart
. Explicitly mentiondispose
orcancel
. Maybe add code examples.DisposableSubscriber
DisposableCompletableObserver
DisposableMaybeObserver
DisposableSingleObserver
DisposableObserver
ResourceSubscriber
(also remove mention ofAsyncObserver
).ResourceCompletableObserver
ResourceMaybeObserver
ResourceSingleObserver
ResourceObserver
The text was updated successfully, but these errors were encountered: