Skip to content

Instantly share code, notes, and snippets.

@collinvandyck
Created September 7, 2012 23:30
Show Gist options
  • Save collinvandyck/3670730 to your computer and use it in GitHub Desktop.
Save collinvandyck/3670730 to your computer and use it in GitHub Desktop.
val record : Option[Thing] = lookForThing()
record.foreach(r => r.doSomething())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment