Skip to content

Instantly share code, notes, and snippets.

@Hajto
Created June 13, 2015 09:27
Show Gist options
  • Save Hajto/07ebc47269e8edd6f249 to your computer and use it in GitHub Desktop.
Save Hajto/07ebc47269e8edd6f249 to your computer and use it in GitHub Desktop.
selectMaps($()).map { elem =>
elem.map { jsValue =>
jsValue.validate[Level].get
}: List[Level]
}.collect {
case (list: List[Level]) => Ok(views.html.levelChooser(list))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment