Join Slack
Communities
Powered by
You can use the `collection.iterator()` for that, ...
# getting-started
j
josephivie
01/24/2017, 4:38 PM
You can use the
collection.iterator()
for that, if that's what you mean. It's just like Java. However, if you want to make a copy of the list that filters out elements, you can also take a look at
collection.filter{<condition>}
Open in Slack
Previous
Next