|
Scala
1.2.0.1 |
|||
Method Summary | |
abstract
|
def caseArity: Int
for a case class A(x_0,...,x_(k-1)), returns k |
abstract
|
def caseElement(n: Int): Any
for a case class A(x_0,...,x_(k-1)), returns x_i for 0 <= i < k, null otherwise |
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Method Detail |
abstract def caseElement(n: Int): Any
abstract def caseArity: Int
|
Scala
1.2.0.1 |
|||