Scalax
|
|
scalax/data/AsInt.scala
]
object
AsInt
extends
AnyRef"42" match { case AsInt(x) => println(x + 5) }
Method Summary | |
def
|
unapply (s : java.lang.String) : scala.Option[Int] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scalax
|
|