Skip to content

Instantly share code, notes, and snippets.

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 jarek-przygodzki/768d404aca0140a753865f46215b190f to your computer and use it in GitHub Desktop.
Save jarek-przygodzki/768d404aca0140a753865f46215b190f to your computer and use it in GitHub Desktop.
val pf = { case x if x >= 0 => Math.sqrt(x) } : PartialFunction[Double, Double]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment