`listOfLists.flatMap { it }.filterNotNull().first ...
# language-proposals
o
listOfLists.flatMap { it }.filterNotNull().first { … }
is not much worse