Skip to content

Instantly share code, notes, and snippets.

@mahesh2492
Last active April 28, 2018 10:57
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 mahesh2492/bdd6b88a11f8a1eeada8fce1fcf3f1a9 to your computer and use it in GitHub Desktop.
Save mahesh2492/bdd6b88a11f8a1eeada8fce1fcf3f1a9 to your computer and use it in GitHub Desktop.
Test.scala
class Test {
val isEvn = (x: Int) => x % 2 == 0
def isEven(x: Int) = x % 2 == 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment