Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Created March 25, 2010 14:33
Show Gist options
  • Select an option

  • Save jstrachan/343611 to your computer and use it in GitHub Desktop.

Select an option

Save jstrachan/343611 to your computer and use it in GitHub Desktop.
val foo:Option[Person] = ($_scalate_$_context.attributes.get("foo") match {
case Some(value: Option[Person]) => value
case None => None
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment