|
Scala 2.2.0.9278
|
abstract
trait
Product5
[T1, T2, T3, T4, T5]
extends
java.lang.Object
with
scala.Product
with
scala.ScalaObject
Def Summary | |
abstract
|
def
_1
: T1
projection of this product |
abstract
|
def
_2
: T2
projection of this product |
abstract
|
def
_3
: T3
projection of this product |
abstract
|
def
_4
: T4
projection of this product |
abstract
|
def
_5
: T5
projection of this product |
override
|
def
arity
: scala.Int
The arity of this product. |
override
|
def
element
(n: scala.Int)
: scala.Any
Returns the n-th projection of this product if 0 |
Def inherited from scala.Product | |
arity , element, productPrefix |
Def Detail |
abstract
def
_1
: T1
abstract
def
_2
: T2
abstract
def
_3
: T3
abstract
def
_4
: T4
abstract
def
_5
: T5
override
def
arity
: scala.Int
n -
number of the projection to be returned
IndexOutOfBoundsException -