-
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
Operator: Last #57
Labels
Milestone
Comments
So it appears our last() implementation is wrong and returns Observable whereas the MSDN docs show it to be blocking: http://msdn.microsoft.com/en-us/library/hh229056(v=vs.103).aspx. This will be a breaking change to 0.5.x but needs to be done to conform to the Rx contract. TakeLast is the correct non-blocking operator: #85 |
Completed in #184 and will be released as a breaking change in 0.6.0 |
rickbw
pushed a commit
to rickbw/RxJava
that referenced
this issue
Jan 9, 2014
See ReactiveX#57 (comment) for background. NOTE: This is a breaking change thus we are bumping the version from 0.5.x to 0.6.x Manual merge of branch 'last' of git://github.com/mairbek/RxJava into issue-57-last Conflicts: rxjava-core/src/main/java/rx/Observable.java
zsxwing
pushed a commit
to zsxwing/RxScala
that referenced
this issue
Aug 19, 2014
See ReactiveX/RxJava#57 (comment) for background. NOTE: This is a breaking change thus we are bumping the version from 0.5.x to 0.6.x Manual merge of branch 'last' of git://github.com/mairbek/RxJava into issue-57-last Conflicts: rxjava-core/src/main/java/rx/Observable.java
benjchristensen
added a commit
to ReactiveX/RxScala
that referenced
this issue
Aug 19, 2014
See ReactiveX/RxJava#57 (comment) for background. NOTE: This is a breaking change thus we are bumping the version from 0.5.x to 0.6.x Manual merge of branch 'last' of git://github.com/mairbek/RxJava into issue-57-last Conflicts: rxjava-core/src/main/java/rx/Observable.java
benjchristensen
added a commit
to ReactiveX/RxScala
that referenced
this issue
Aug 19, 2014
See ReactiveX/RxJava#57 (comment) for background. NOTE: This is a breaking change thus we are bumping the version from 0.5.x to 0.6.x Manual merge of branch 'last' of git://github.com/mairbek/RxJava into issue-57-last Conflicts: rxjava-core/src/main/java/rx/Observable.java
benjchristensen
added a commit
to ReactiveX/RxScala
that referenced
this issue
Aug 19, 2014
See ReactiveX/RxJava#57 (comment) for background. NOTE: This is a breaking change thus we are bumping the version from 0.5.x to 0.6.x Manual merge of branch 'last' of git://github.com/mairbek/RxJava into issue-57-last Conflicts: rxjava-core/src/main/java/rx/Observable.java
benjchristensen
added a commit
to ReactiveX/RxJRuby
that referenced
this issue
Aug 19, 2014
See ReactiveX/RxJava#57 (comment) for background. NOTE: This is a breaking change thus we are bumping the version from 0.5.x to 0.6.x Manual merge of branch 'last' of git://github.com/mairbek/RxJava into issue-57-last Conflicts: rxjava-core/src/main/java/rx/Observable.java
benjchristensen
added a commit
to ReactiveX/RxGroovy
that referenced
this issue
Aug 19, 2014
See ReactiveX/RxJava#57 (comment) for background. NOTE: This is a breaking change thus we are bumping the version from 0.5.x to 0.6.x Manual merge of branch 'last' of git://github.com/mairbek/RxJava into issue-57-last Conflicts: rxjava-core/src/main/java/rx/Observable.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is already a "last" operator but Rx includes another overload:
http://msdn.microsoft.com/en-us/library/hh229203(v=vs.103).aspx
The text was updated successfully, but these errors were encountered: