Skip to content

Instantly share code, notes, and snippets.

@ashleyh
Created June 26, 2012 08:59
Show Gist options
  • Save ashleyh/2994556 to your computer and use it in GitHub Desktop.
Save ashleyh/2994556 to your computer and use it in GitHub Desktop.
for {
cat <- cats
val kittenCount = cat.Kittens.Count()
if kittenCount < 2 || kittenCount > 100
} yield WtfCat(cat)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment