Skip to content

Instantly share code, notes, and snippets.

@andrewharmellaw
Created May 21, 2013 19:14
Show Gist options
  • Save andrewharmellaw/5622407 to your computer and use it in GitHub Desktop.
Save andrewharmellaw/5622407 to your computer and use it in GitHub Desktop.
FilterNot - Funny Names
val b = a.filterNot(v => v == 5) // remove where value is 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment