Right, I could do the check in the `forEach`. Or p...
# codingconventions
s
Right, I could do the check in the
forEach
. Or perhaps construct a
Pair<String, Date>
and `filterTo`that one or something. But it feels a bit too much. 😛