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

common groupBy variants #1

Open
cvogt opened this issue Feb 10, 2016 · 0 comments
Open

common groupBy variants #1

cvogt opened this issue Feb 10, 2016 · 0 comments

Comments

@cvogt
Copy link
Owner

cvogt commented Feb 10, 2016

Seq[(A,B)].groupBy(_._1,_._2): Seq[(A, Seq[B])] /*or*/ Seq[(A,B)].groupBy(e => e._1 -> e._2): Seq[(A, Seq[B])]
Seq[(A,B)].groupByLeft: Map[A,Seq[B]]
Seq[(A,B)].groupByRight: Map[B,Seq[A]]
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