You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "error handling" java docs section to from callable & co (#6193)
* #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()
0 commit comments