Essentially `.flatMap` but instead of recieving ea...
# announcements
f
Essentially
.flatMap
but instead of recieving each entry I want to recieve all values belong to a key
l
.fold
maybe?
f
fold
is not available on a Map
l
no, but on
map.values
, yes
f
hmm ok