you could, for instance, do `listOfObject.map { it...
# getting-started
m
you could, for instance, do
listOfObject.map { it.property }.filterNotNull()
and have a list of the properties