Join Slack
Powered by
If I do this: ``` someList.forEach { return true...
# announcements
p
pablisco
09/03/2017, 9:23 PM
If I do this:
Copy code
someList.forEach { return true }
That’s the return of the lambda so, will it run for all the entries of the list or stop on the first one?
Open in Slack
Previous
Next