If I have a `Map<String, List<Event>>`...
# getting-started
a
If I have a
Map<String, List<Event>>
and I want to flatmap that into one straight list of objects, what is the easiest way to do so?