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

Remove takeWhileWithIndex & skipWhileWithIndex #1782

Closed
benjchristensen opened this issue Oct 20, 2014 · 0 comments
Closed

Remove takeWhileWithIndex & skipWhileWithIndex #1782

benjchristensen opened this issue Oct 20, 2014 · 0 comments
Milestone

Comments

@benjchristensen
Copy link
Member

These are left overs from when we removed all "withIndex" operator overloads. They are not needed because we can zipWith(Observable.range(Integer.MAX_VALUE)) and get the index now that we can backpressure.

@benjchristensen benjchristensen added this to the 1.0 milestone Oct 20, 2014
benjchristensen added a commit to benjchristensen/RxJava that referenced this issue Oct 23, 2014
See ReactiveX#1782 -> Remove takeWhileWithIndex & skipWhileWithIndex
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

1 participant