Skip to content

Instantly share code, notes, and snippets.

@mahesh2492
Last active April 28, 2018 10:57
Embed
What would you like to do?
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