-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
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
Add an "Error handling" JavaDocs section to fromCallable & co #6179
Milestone
Comments
luis-cortes
pushed a commit
to luis-cortes/RxJava
that referenced
this issue
Sep 1, 2018
luis-cortes
pushed a commit
to luis-cortes/RxJava
that referenced
this issue
Sep 2, 2018
…ble(), Single#fromCallable(), and Completable#fromCallable().
luis-cortes
pushed a commit
to luis-cortes/RxJava
that referenced
this issue
Sep 2, 2018
…ble(), Single#fromCallable(), and Completable#fromCallable().
luis-cortes
pushed a commit
to luis-cortes/RxJava
that referenced
this issue
Sep 2, 2018
…ble(), Single#fromCallable(), and Completable#fromCallable().
luis-cortes
pushed a commit
to luis-cortes/RxJava
that referenced
this issue
Sep 2, 2018
…nd Completable#fromAction().
luis-cortes
pushed a commit
to luis-cortes/RxJava
that referenced
this issue
Sep 2, 2018
…e` type has `cancel()`
luis-cortes
pushed a commit
to luis-cortes/RxJava
that referenced
this issue
Sep 2, 2018
akarnokd
pushed a commit
that referenced
this issue
Sep 3, 2018
* #6179 Adding Error handling javadocs to Observable#fromCallable(), Single#fromCallable(), and Completable#fromCallable(). * #6179 Adding Error handling javadocs to Maybe#fromAction() and Completable#fromAction(). * #6179 Removing cancellation language since only the `Flowable` type has `cancel()` * #6179 Adding error handling JavaDocs to Flowable#fromCallable()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The operators of
fromCallable
,fromAction
andfromRunnable
in the reactive classes could use an<dt><b>Error handling:</b></dt>
section in the JavaDocs describing the regular and canceled/disposed behavior.The text was updated successfully, but these errors were encountered: