Remove groupBy with selector.#910
Conversation
Use groupBy.map instead.
- Changed `bind` signature to match the variant discussed at #746 (comment) - Updated code to new signature. - Re-implemented GroupBy operator with `bind`
|
Well, |
Remove groupBy with selector.
|
Merging for now to remove the broken functionality ... can be re-added before 0.17.0 release if we decide to. |
Yes sorry, it's within the Thanks @daveray for the feedback. Anyone else have a good reason for the existence of this overload? The preference is allow composition of existing operators. |
|
RxJava-pull-requests #845 SUCCESS |
I think we can use
groupBy(keySelector).map(elementSelector)instead. Is there any reason to keep this signature?Related to 02ccc4d#commitcomment-5430646