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

Covariant Support with super/extends and OnSubscribeFunc #343

Merged
merged 24 commits into from
Sep 4, 2013

Conversation

benjchristensen
Copy link
Member

Merging and adding to work by @jmhofer in #331

In particular this adds the following change to the previous pull request:

public static <T> Observable<T> create(Func1<? super Observer<? super T>, ? extends Subscription> func)

to

public static <T> Observable<T> create(OnSubscribeFunc<T> func)

jmhofer and others added 23 commits August 31, 2013 13:22
…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
This is related to ongoing work related to covariant support at ReactiveX#331
@cloudbees-pull-request-builder

RxJava-pull-requests #233 SUCCESS
This pull request looks good

Avoid name collions for `call` method with Func* interfaces to simplify interop with Clojure etc.
@cloudbees-pull-request-builder

RxJava-pull-requests #234 SUCCESS
This pull request looks good

benjchristensen added a commit that referenced this pull request Sep 4, 2013
Covariant Support with super/extends and OnSubscribeFunc
@benjchristensen benjchristensen merged commit ec88d58 into ReactiveX:master Sep 4, 2013
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants