Went with a `mapNotNull ⇒ Pair<String, Date>...
# codingconventions
s
Went with a
mapNotNull ⇒ Pair<String, Date>
from whose blocks I returned
null
when the
dateOfBirth
was
null
.