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

Instance zip -> zipWith #1578

Closed
benjchristensen opened this issue Aug 14, 2014 · 1 comment
Closed

Instance zip -> zipWith #1578

benjchristensen opened this issue Aug 14, 2014 · 1 comment
Milestone

Comments

@benjchristensen
Copy link
Member

zip(Iterable<? extends T2>, Func2<? super T, ? super T2, ? extends R>)

should change to

zipWith(Iterable<? extends T2>, Func2<? super T, ? super T2, ? extends R>)

to match

zipWith(Observable<? extends T2>, Func2<? super T, ? super T2, ? extends R>)

@benjchristensen benjchristensen added this to the 0.20 milestone Aug 14, 2014
@headinthebox
Copy link
Contributor

Yes.

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

No branches or pull requests

2 participants