|
|
Scala 2.3.1
|
abstract
trait
Product0
extends java.lang.Object
with scala.Product
with scala.ScalaObject
| Def Summary | |
override
|
def
arity
: scala.Int
The arity of this product. |
override
|
def
element
(n: scala.Int)
: scala.Nothing
Returns the n-th projection of this product if 0<=n |
| Def inherited from scala.Product | |
| arity , element, productPrefix |
| Def Detail |
override
def
arity
: scala.Int
override
def
element
(n: scala.Int): scala.Nothing
n - number of the projection to be returned
IndexOutOfBoundsException -