-
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
2.x: Documentation error in Observable for "any" operator #5595
Labels
Comments
Yes, there are a couple of such mistakes, i.e. |
TBH I don't know enough about GitHub to feel comfortable with creating/submitting PRs. Sorry. |
Perhaps someone else can pick it up. PR welcome. |
Closing via #5600. |
Got another one for you: in Observable, it's stated that isEmpty() returns an Observable when it's actually a Single.
On Sep 14, 2017, at 07:24 AM, David Karnok <[email protected]> wrote:
Closed #5595.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Covered by #5600. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In v.2 javadoc for
Observable
, it is stated (in at least 2 places) that theany()
operator returns anObservable
. This appears to be wrong: it returns aSingle
(which is stated correctly in other places). The corresponding entry in theFlowable
docs appears to be correct.The text was updated successfully, but these errors were encountered: