AppliedType

oxygen.meta.Meta.TypeRepr.AppliedType
See theAppliedType companion class
object AppliedType

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(tycon: TypeRepr, args: List[TypeRepr]): AppliedType

Applied the type constructor T to a list of type arguments T_1,..,T_n to create T[T_1,..,T_n]

Applied the type constructor T to a list of type arguments T_1,..,T_n to create T[T_1,..,T_n]

Attributes

def unapply(x: AppliedType): (TypeRepr, List[TypeRepr])