I am new in scala, i was trying PartialFunctions
code:
object MyScalaApp extends App { val r = new PartialFunction[Int, Int] { // Apply