in scala
trait Product9

abstract trait Product9 [T1, T2, T3, T4, T5, T6, T7, T8, T9]
extends java.lang.Object
with scala.Product
with scala.ScalaObject
Product9 is a cartesian product of 9 components
Direct Known Subclasses:
Tuple9

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
abstract def _6 : T6
projection of this product
abstract def _7 : T7
projection of this product
abstract def _8 : T8
projection of this product
abstract def _9 : T9
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 Detail
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

abstract def _6 : T6
projection of this product

abstract def _7 : T7
projection of this product

abstract def _8 : T8
projection of this product

abstract def _9 : T9
projection of this product

override def arity : scala.Int
The arity of this product.
Returns:
9

override def element (n: scala.Int): scala.Any
Returns the n-th projection of this product if 0
Parameters:
n - number of the projection to be returned
Throws:
IndexOutOfBoundsException -