Join Slack
Powered by
the equivalent for `.all()` would be `nums.all { i...
# functional
s
Shawn
12/22/2018, 1:11 AM
the equivalent for
.all()
would be
nums.all { it == 1 || it == 4 }
Open in Slack
Previous
Next