scala / 3.1 / scala / runtime / tuplexxl.html

Class scala.runtime.TupleXXL

final class TupleXXL extends Product

Supertypes

Concrete methods

Source
override def canEqual(that: Any): Boolean

Definition Classes Equals

Source

Source
override def equals(that: Any): Boolean

Definition Classes Equals -> Any

Source
override def hashCode: Int

Definition Classes Any

Source

Source

Source
override def productPrefix: String

Definition Classes Product

Source

Source

Source
override def toString: String

Definition Classes Any

Inherited methods

Source

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

An iterator over the names of all the elements of this product.

Inherited from Product

Source

An iterator over all the elements of this product.

Returns

in the default implementation, an Iterator[Any]

Inherited from Product

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/runtime/TupleXXL.html