Skip to content

Update javadoc for Subscribers.empty() #3665

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

Merged
merged 2 commits into from
Feb 3, 2016

Conversation

digitalbuddha
Copy link

fix for #3664

* {@code EmptyObserver} will swallow the error in such a case).
* Returns an inert {@link Subscriber} that does nothing in response to the emissions or notifications
* from any {@code Observable} it subscribes to. Will throw an exception if {@link Subscriber#onError onError}
* method is called
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could also add the exception name in the doc, like Will throw an {@link OnErrorNotImplementedException} ...

@artem-zinnatullin
Copy link
Contributor

👍

1 similar comment
@akarnokd
Copy link
Member

akarnokd commented Feb 3, 2016

👍

@digitalbuddha
Copy link
Author

I'll squash in a few when I get to work.
On Feb 3, 2016 10:18 AM, "David Karnok" notifications@github.com wrote:

[image: 👍]


Reply to this email directly or view it on GitHub
#3665 (comment).

@stevegury
Copy link
Member

👍

1 similar comment
@zsxwing
Copy link
Member

zsxwing commented Feb 3, 2016

👍

akarnokd added a commit that referenced this pull request Feb 3, 2016
Update javadoc for Subscribers.empty()
@akarnokd akarnokd merged commit 8d95d16 into ReactiveX:1.x Feb 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants