Yes, I found the same solution `group.map { it.co...
# announcements
m
Yes, I found the same solution
group.map { it.copy(persons = it.persons.filter { it.age >= 18 }) }