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

Operators: AsObservable, GroupBy w/ maxGroups, GroupByUntil w/ maxGroups #641

Closed

Conversation

akarnokd
Copy link
Member

Issue #634

Implemented both maxGroups variants on top of (my) groupByUntil so it won't conflict with any potentially rewritten groupBy.

@cloudbees-pull-request-builder

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

@zsxwing zsxwing mentioned this pull request Dec 20, 2013
53 tasks
@benjchristensen
Copy link
Member

While reviewing we (@headinthebox and I) see the maxGroups stuff and don't see matching behavior in Rx.Net.

Can you explain what is being added beyond Rx.Net and why?

While at it can you please separate out asObservable and groupByUntil?

@akarnokd
Copy link
Member Author

Mentioned here and code is here. The overload is there to limit the total number of active groups.

I'll split the ops into two PRs.

@akarnokd akarnokd mentioned this pull request Dec 23, 2013
@akarnokd akarnokd closed this Dec 23, 2013
@akarnokd akarnokd deleted the OperationAsObsGroupByNUntilOvrld branch January 13, 2014 09:58
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
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.

3 participants