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

3.x: Remove a pointless Observable.concatMapIterable overload #6837

Merged
merged 1 commit into from
Jan 13, 2020

Conversation

akarnokd
Copy link
Member

Remove the concatMapIterable(Function, int) overload as there is no buffering involved with the operator.

Resolves #6828.

@akarnokd akarnokd added this to the 3.0 milestone Jan 13, 2020
@akarnokd akarnokd merged commit 479a7a2 into ReactiveX:3.x Jan 13, 2020
@akarnokd akarnokd deleted the ObservableFlatMapIterable branch January 13, 2020 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.x: Inline Observable.concatMapIterable and flatMapIterable
1 participant