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

Zip and CombineLatest Operators: Generic Order and More Arities #1

Merged

Conversation

benjchristensen
Copy link

Some additions based on discussion at ReactiveX#333

While changing the order of generics I also added 5, 6, 7, 8, and 9 arity options for zip to finish ReactiveX#103

…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
jmhofer pushed a commit that referenced this pull request Sep 1, 2013
Zip and CombineLatest Operators: Generic Order and More Arities
@jmhofer jmhofer merged commit ebaa616 into jmhofer:super-extends Sep 1, 2013
@jmhofer
Copy link
Owner

jmhofer commented Sep 1, 2013

Thanks!

jonnolen pushed a commit to jonnolen/RxJava that referenced this pull request Nov 27, 2013
We decided it's better to leave it to the caller when it's appropriate to release, cf. jmhofer#1
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.

2 participants