Skip to content

Instantly share code, notes, and snippets.

@arkadius
Created September 15, 2014 19:25
Show Gist options
  • Save arkadius/ec65933565af080e0350 to your computer and use it in GitHub Desktop.
Save arkadius/ec65933565af080e0350 to your computer and use it in GitHub Desktop.
def casted: T = value match {
case t: T => t
case _ => throw new ClassCastException(s"Cannot cast $value to expected type")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment