case class TupleRef(typeArgs: List[TypeRef]) extends TypeRef with GenericTypeRef with Product with Serializable
Reference to a type of tuple (e.g. [string, int]
).
- typeArgs
the types for the tuple elements
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TupleRef
- Serializable
- Serializable
- Product
- Equals
- GenericTypeRef
- TypeRef
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
name: String
The type name
-
def
requires: ListSet[TypeRef]
- Definition Classes
- GenericTypeRef
-
lazy val
toString: String
- Definition Classes
- GenericTypeRef → AnyRef → Any
-
val
typeArgs: List[TypeRef]
The applied type arguments (respect order and duplicate)
The applied type arguments (respect order and duplicate)
- Definition Classes
- TupleRef → GenericTypeRef