|
Scala 2.2.0.9153
|
abstract
trait
Product1
[T1]
extends
java.lang.Object with
scala.Product with
scala.ScalaObjectDef Summary | |
abstract
|
def
_1
: T1
projection of this product |
override
|
def
arity
: scala.Int
The arity of this product. |
override
|
def
element
(n: scala.Int)
: T1
Returns the n-th projection of this product if 0 |
Def Detail |
abstract
def
_1
: T1
override
def
arity
: scala.Int
override
def
element
(n: scala.Int): T1
n -
number of the projection to be returned
IndexOutOfBoundsException -