since the method is ~ equivalent to `mapNotNull { ...
# announcements
k
since the method is ~ equivalent to
mapNotNull { selector(it) }.firstOrNull()
it should be named
mapNotNullFirstOrNull
😂