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

Ordered GroupBy Operator #19

Open
thomasnield opened this issue Sep 7, 2016 · 0 comments
Open

Ordered GroupBy Operator #19

thomasnield opened this issue Sep 7, 2016 · 0 comments

Comments

@thomasnield
Copy link

thomasnield commented Sep 7, 2016

Hey David, some time ago you created some helpful Transformers in this library that buffers sequential items while they are equal or a condition yields true.

How hard would it be to do the same thing with a GroupedObservable?
http://stackoverflow.com/questions/39354421/rxjava-creating-a-groupbyuntilchanged-operator

I imagine it would be helpful to break a large Observable source's emissions into finite GroupedObservables based on a condition or a distinct value.

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