- Companion
- object
- Source
- TupleXXL.scala
Value members
Concrete methods
Inherited methods
The name of the nth element of this product, 0-based.
The name of the nth element of this product, 0-based. In the default implementation, an empty string.
- Value Params
- n
the index of the element name to return
- Returns
the name of the specified element
- Throws
- IndexOutOfBoundsException
if the
n
is out of range(n < 0 || n >= productArity).
- Inherited from
- Product
- Source
- Product.scala
An iterator over the names of all the elements of this product.
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.
An iterator over all the elements of this product.
- Returns
in the default implementation, an
Iterator[Any]
- Inherited from
- Product
- Source
- Product.scala