Skip to content

Instantly share code, notes, and snippets.

@Chandler
Last active August 29, 2015 14:04
Show Gist options
  • Save Chandler/5917f7784693b70eea4f to your computer and use it in GitHub Desktop.
Save Chandler/5917f7784693b70eea4f to your computer and use it in GitHub Desktop.
def myMethod {
val a: Option[Int] = someOption()
if (a.isNone){
//do a side effect (like increment a hadoop counter)
}
return a
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment