Tuple21
A tuple of 21 elements; the canonical representation of a scala.Product21.
- Value Params
- _1
Element 1 of this Tuple21
- _10
Element 10 of this Tuple21
- _11
Element 11 of this Tuple21
- _12
Element 12 of this Tuple21
- _13
Element 13 of this Tuple21
- _14
Element 14 of this Tuple21
- _15
Element 15 of this Tuple21
- _16
Element 16 of this Tuple21
- _17
Element 17 of this Tuple21
- _18
Element 18 of this Tuple21
- _19
Element 19 of this Tuple21
- _2
Element 2 of this Tuple21
- _20
Element 20 of this Tuple21
- _21
Element 21 of this Tuple21
- _3
Element 3 of this Tuple21
- _4
Element 4 of this Tuple21
- _5
Element 5 of this Tuple21
- _6
Element 6 of this Tuple21
- _7
Element 7 of this Tuple21
- _8
Element 8 of this Tuple21
- _9
Element 9 of this Tuple21
- Constructor
Create a new tuple with 21 elements. Note that it is more idiomatic to create a Tuple21 via
(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21)
- Source
- Tuple21.scala
Value members
Concrete methods
Inherited methods
Returns the n-th projection of this product if 0 <= n < productArity,
otherwise throws an IndexOutOfBoundsException
.
- Value Params
- n
number of the projection to be returned
- Returns
same as
._(n+1)
, for exampleproductElement(0)
is the same as._1
.- Throws
- IndexOutOfBoundsException
if the
n
is out of range(n < 0 || n >= 21).
- Definition Classes
- Inherited from
- Product21
- Source
- Product21.scala
An iterator over the names of all the elements of this product.
- Inherited from
- Product
- Source
- Product.scala
An iterator over all the elements of this product.
- Returns
in the default implementation, an
Iterator[Any]
- Inherited from
- Product
- Source
- Product.scala