Skip to content

Add groupMap and groupMapReduce #11

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

Closed
julienrf opened this issue Apr 3, 2018 · 0 comments · Fixed by #288
Closed

Add groupMap and groupMapReduce #11

julienrf opened this issue Apr 3, 2018 · 0 comments · Fixed by #288
Assignees
Labels
library Related to compat library code (not rewrite rules)

Comments

@julienrf
Copy link
Contributor

julienrf commented Apr 3, 2018

So that users can migrate the following pattern:

iterable.groupBy(f).mapValues(g).toMap

Into just:

iterable.groupMap(f)(g)
@szeiger szeiger added the library Related to compat library code (not rewrite rules) label Apr 5, 2019
NthPortal added a commit to NthPortal/scala-collection-compat that referenced this issue Jan 10, 2020
NthPortal added a commit to NthPortal/scala-collection-compat that referenced this issue Jan 11, 2020
NthPortal added a commit to NthPortal/scala-collection-compat that referenced this issue Jan 11, 2020
@NthPortal NthPortal self-assigned this Jan 12, 2020
NthPortal added a commit to NthPortal/scala-collection-compat that referenced this issue Jan 13, 2020
martijnhoekstra pushed a commit to martijnhoekstra/scala-collection-compat that referenced this issue Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library Related to compat library code (not rewrite rules)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants