Hmm. I’ve got a list of objects and I want a list ...
# getting-started
s
Hmm. I’ve got a list of objects and I want a list one of their properties. For LINQ, you can use
list.select(it => it.name).toList()
Is there anything similar in Kotlin?