scala

trait Product15

[source: scala/Product15.scala]

trait Product15[+T1, +T2, +T3, +T4, +T5, +T6, +T7, +T8, +T9, +T10, +T11, +T12, +T13, +T14, +T15]
extends Product
Product15 is a cartesian product of 15 components.
Direct Known Subclasses:
Tuple15

Method Summary
abstract def _1 : T1
projection of this product
abstract def _10 : T10
projection of this product
abstract def _11 : T11
projection of this product
abstract def _12 : T12
projection of this product
abstract def _13 : T13
projection of this product
abstract def _14 : T14
projection of this product
abstract def _15 : T15
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 productArity : Int
The arity of this product.
override def productElement (n : Int) : Any
Returns the n-th projection of this product if 0<=n<arity, otherwise null.
Methods inherited from Product
productIterator, productElements, productPrefix, canEqual
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def productArity : Int
The arity of this product.
Returns
15
Overrides
Product.productArity

@throws(classOf[java.lang.IndexOutOfBoundsException])

override def productElement(n : Int) : Any
Returns the n-th projection of this product if 0<=n<arity, otherwise null.
Parameters
n - number of the projection to be returned
Returns
same as _(n+1)
Throws
IndexOutOfBoundsException -
Overrides
Product.productElement

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

abstract def _10 : T10
projection of this product

abstract def _11 : T11
projection of this product

abstract def _12 : T12
projection of this product

abstract def _13 : T13
projection of this product

abstract def _14 : T14
projection of this product

abstract def _15 : T15
projection of this product