Class scala.runtime.TupleXXL
Concrete methods
Inherited methods
The name of the nth element of this product, 0-based. In the default implementation, an empty string.
Value parameters |
-
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 |
An iterator over the names of 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 |