TupleRef

case class TupleRef(typeArgs: List[TypeRef]) extends TypeRef

Reference to a type of tuple (e.g. [string, int]).

Value parameters:
typeArgs

the types for the tuple elements

trait Serializable
trait Product
trait Equals
trait TypeRef
class Object
trait Matchable
class Any

Value members

Concrete methods

The type name

The type name

Inherited methods

Inherited from:
Product
Inherited from:
GenericTypeRef (hidden)

Inherited fields

lazy override val toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Inherited from:
GenericTypeRef (hidden)