Maybe `groupingBy` and then `fold`? If you use `gr...
# announcements
d
Maybe
groupingBy
and then
fold
? If you use
groupingBy
you can configure what happens with the elements in each group, without constructing intermediate collections.