Join Slack
Powered by
I think you have to do something like `people.forE...
# codingconventions
m
marstran
07/03/2018, 11:53 AM
I think you have to do something like
people.forEach { person -> person.dateOfBirth?.let { printNameAndDob(person.name, it) } }
2
Views
Open in Slack
Previous
Next