-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
GroupedObservable.mapGroup/flatMapGroup #1668
Comments
Moving to 1.x as this is additive and non-essential. |
The other way we could do this is make |
Or we make |
... or we just admit it was wrong to remove Discussing with @headinthebox the options for solving this (due to Java restrictions) are not pleasant and the single use case where this is needed is probably best solved by keeping To summarize:
Pro: it works.
Pro: it works while leaving methods final in
|
@headinthebox and I feel that despite (c) being ugly, it's the simplest. |
Added |
Explore addition of
mapGroup
andflatMapGroup
toGroupedObservable
to allow mapping/flatMapping aGroupedObservable
without losing theGroupedObservable
type.This would be a proper solution to the loss of
GroupedObservable.from
./cc @spodila @headinthebox
The text was updated successfully, but these errors were encountered: