TupleXXL

final class TupleXXL extends Product
Companion:
object
Source:
TupleXXL.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def canEqual(that: Any): Boolean
Definition Classes
Source:
TupleXXL.scala
override def equals(that: Any): Boolean
Definition Classes
Source:
TupleXXL.scala
override def hashCode: Int
Definition Classes
Source:
TupleXXL.scala
override def productPrefix: String
Definition Classes
Source:
TupleXXL.scala
override def toString: String
Definition Classes
Source:
TupleXXL.scala

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 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
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