Created
August 7, 2016 06:57
-
-
Save polyglotpiglet/ad7be3c82db40dfcb91a72ab74978ced to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for { | |
| p <- people | |
| if p.age < 30 && p.age >= 20 | |
| } yield p.name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment