I fail to see how `map.filterValuesNotNull` is in ...
# announcements
d
I fail to see how
map.filterValuesNotNull
is in any way better than
map.values().filterNotNull
.