Join Slack
Powered by
you could, for instance, do `listOfObject.map { it...
# getting-started
m
menegatti
11/09/2017, 3:18 PM
you could, for instance, do
listOfObject.map { it.property }.filterNotNull()
and have a list of the properties
Open in Slack
Previous
Next