Skip to content
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

DoOn Tweaks #483

Merged
merged 1 commit into from
Nov 13, 2013
Merged

DoOn Tweaks #483

merged 1 commit into from
Nov 13, 2013

Conversation

benjchristensen
Copy link
Member

  • do not have 2 method overloads with similar method signatures, dynamic languages can not negotiate method dispatch using function arity
  • add doOnCompleted and doOnError methods instead of different doOnEach overloads

This is a very slight breaking change by deleting a method added in the last release. I did not catch this when I did the code review.

- do not have 2 method overloads with similar method signatures, dynamic languages can not negotiate method dispatch using function arity
- add doOnCompleted and doOnError methods instead of different doOnEach overloads
benjchristensen added a commit that referenced this pull request Nov 13, 2013
@benjchristensen benjchristensen merged commit e218bf5 into ReactiveX:master Nov 13, 2013
@benjchristensen
Copy link
Member Author

@nullstyle take note of this as you're planning on refactoring this code somewhat, also as an example of design we need to account for due to the polyglot nature of the library.

@benjchristensen benjchristensen deleted the onEach-fix branch November 13, 2013 23:37
@cloudbees-pull-request-builder

RxJava-pull-requests #409 FAILURE
Looks like there's a problem with this pull request

benjchristensen added a commit that referenced this pull request Nov 13, 2013
rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
zsxwing pushed a commit to zsxwing/RxScala that referenced this pull request Aug 19, 2014
benjchristensen added a commit to ReactiveX/RxScala that referenced this pull request Aug 19, 2014
benjchristensen added a commit to ReactiveX/RxScala that referenced this pull request Aug 19, 2014
benjchristensen added a commit to ReactiveX/RxScala that referenced this pull request Aug 19, 2014
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants