Join Slack
Powered by
It evaluates the whole sequence. This prints 1 and...
# announcements
m
marstran
06/20/2018, 11:40 AM
It evaluates the whole sequence. This prints 1 and 2:
Copy code
buildSequence { println(1) yield(1) println(2) }.count()
Open in Slack
Previous
Next