Skip to content

Instantly share code, notes, and snippets.

@justinhj
Created March 12, 2020 18:29
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 justinhj/00f0b89ab8853f4fdde1a952a132452b to your computer and use it in GitHub Desktop.
Save justinhj/00f0b89ab8853f4fdde1a952a132452b to your computer and use it in GitHub Desktop.
A pure function
def functionExample(a: A): B = {
// ... do something with A
// .. return a value of type B
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment