Join Slack
Powered by
return this.customers.all { it.city == city } vs ...
# ohio-kotlin-users
f
fmcauley
12/04/2018, 5:36 PM
return this.customers.all { it.city == city } vs return this.customers.all { return@all it.city == city }
Open in Slack
Previous
Next