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

Operator GroupBy Pull Request - Review and Refactor #179

Merged
merged 8 commits into from
Mar 12, 2013

Conversation

benjchristensen
Copy link
Member

Refactored version of pull request #176 for issue #51

I would like to avoid delegation if possible since it will mean it needs to be kept in sync with Observable.

This refactored approach allows inheritance without delegation by composing the Observable inside another operator function.

@cloudbees-pull-request-builder

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

@benjchristensen
Copy link
Member Author

The only thing I don't like right now about this is having GroupedObservable in the rx.* package. It feels like an implementation detail that should live in a sub-package rather than the top-most package.

For example, in Rx.Net IObservable is in System.* and IGroupedObservable in System.Reactive.Linq.

I'm wondering if we should have rx.observables similar to rx.subscriptions (#173).

Observable belongs at rx.Observable (and maybe the rx.Subscription interface as well) but all other impls should be in a sub-package I think.

benjchristensen added a commit that referenced this pull request Mar 12, 2013
Operator GroupBy Pull Request - Review and Refactor
@benjchristensen benjchristensen merged commit cf83270 into ReactiveX:master Mar 12, 2013
@cloudbees-pull-request-builder

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

rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
Operator GroupBy Pull Request - Review and Refactor
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
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