Skip to content

Instantly share code, notes, and snippets.

@tkroman
Created September 19, 2014 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkroman/81dea0479255848c50fc to your computer and use it in GitHub Desktop.
Save tkroman/81dea0479255848c50fc to your computer and use it in GitHub Desktop.
def fn(x: Int, optStr: Option[String], flag: Option[Boolean]) = {
businessShit(x, optStr.getOrElse("defaultValue"), flag.getOrElse(false))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment