-
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
Implemented LastOrDefault Operator #159
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Looks good. Of note, while reviewing this I realized the last() operator (#57) is wrong and needs to be fixed. |
benjchristensen
added a commit
that referenced
this pull request
Feb 28, 2013
Implemented LastOrDefault Operator
rickbw
pushed a commit
to rickbw/RxJava
that referenced
this pull request
Jan 9, 2014
Implemented LastOrDefault Operator
jihoonson
pushed a commit
to jihoonson/RxJava
that referenced
this pull request
Mar 6, 2020
* ReactiveX#186 Feature: circuitBreaker reset * Revert "ReactiveX#186 Feature: circuitBreaker reset" This reverts commit 651dec6b176d52f1cdd3bdf32d7da34c81f80e2c. * ReactiveX#159 added new states, missing tests * ReactiveX#159 adding states missed add ReactiveX#159 adding states part 2 * ReactiveX#159 changes in names Changing method names, removing unnecessary events and listeners * ReactiveX#159 Testing State, Metrics and Event Publishing. Added mechanism for Event and State publishing check * ReactiveX#159 reverting gradle files committed as an error * ReactiveX#159 fixed CR from codacy * ReactiveX#159 fixed CR duplication from codacy * ReactiveX#159 started adding some ascii doc, fixed a missing Event in factory * ReactiveX#159 fixing/cleaning test * ReactiveX#159 Adding some documentation * ReactiveX#159 Adding some documentation * ReactiveX#159 CR changes * 159 Adding metrics in FORCED_CLOSED state
jihoonson
pushed a commit
to jihoonson/RxJava
that referenced
this pull request
Mar 6, 2020
jihoonson
pushed a commit
to jihoonson/RxJava
that referenced
this pull request
Mar 6, 2020
ReactiveX#159 adding states part 2
jihoonson
pushed a commit
to jihoonson/RxJava
that referenced
this pull request
Mar 6, 2020
Changing method names, removing unnecessary events and listeners
jihoonson
pushed a commit
to jihoonson/RxJava
that referenced
this pull request
Mar 6, 2020
…anism for Event and State publishing check
jihoonson
pushed a commit
to jihoonson/RxJava
that referenced
this pull request
Mar 6, 2020
jihoonson
pushed a commit
to jihoonson/RxJava
that referenced
this pull request
Mar 6, 2020
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For issue #58