Skip to content

Instantly share code, notes, and snippets.

@torbjornvatn
Created October 24, 2011 18:19
Show Gist options
  • Save torbjornvatn/1309700 to your computer and use it in GitHub Desktop.
Save torbjornvatn/1309700 to your computer and use it in GitHub Desktop.
Scala syntax
def partall = List(1, 2, 3).filter { t => t % 2 == 0 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment