-
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
Covariant Support with super/extends and OnSubscribeFunc #343
Merged
benjchristensen
merged 24 commits into
ReactiveX:master
from
benjchristensen:covariant-support
Sep 4, 2013
Merged
Covariant Support with super/extends and OnSubscribeFunc #343
benjchristensen
merged 24 commits into
ReactiveX:master
from
benjchristensen:covariant-support
Sep 4, 2013
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
…, removing a bit of unused code
…ms, as long as Observable remains invariant
…cess with them. - only testing zip operator at this time
I can't get through release process to maven central on 2.10.2 for some reason so pinning until that is solved.
Changed order of generics on zip (and combineLatest) to match the rest of the project. Added arties 5, 6, 7, 8, 9 to zip operator. ReactiveX#333 Order of Generics on Zip Operator ReactiveX#103 Add more arities to zip operator
Zip and CombineLatest Operators: Generic Order and More Arities
…wo more reduceFunctions to zipFunction
…is unhappy otherwise?
This is related to ongoing work related to covariant support at ReactiveX#331
RxJava-pull-requests #233 SUCCESS |
Avoid name collions for `call` method with Func* interfaces to simplify interop with Clojure etc.
RxJava-pull-requests #234 SUCCESS |
benjchristensen
added a commit
that referenced
this pull request
Sep 4, 2013
Covariant Support with super/extends and OnSubscribeFunc
rickbw
pushed a commit
to rickbw/RxJava
that referenced
this pull request
Jan 9, 2014
Covariant Support with super/extends and OnSubscribeFunc
jihoonson
pushed a commit
to jihoonson/RxJava
that referenced
this pull request
Mar 6, 2020
…r of test requests in HALF_OPEN CircuitBreaker should only allow a certain number of test requests in HALF_OPEN and reject calls when maximum number is reached. The number of requests is equal to ringBufferSizeInHalfOpenState.
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.
Merging and adding to work by @jmhofer in #331
In particular this adds the following change to the previous pull request:
to