MatchTypeModule (original) (raw)

scala.quoted.Quotes.reflectModule.MatchTypeModule

trait MatchTypeModule

Methods of the module object val MatchType

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

MatchType.type

Members list

Value members

Abstract methods

def apply(bound: TypeRepr, scrutinee: TypeRepr, cases: List[TypeRepr]): MatchType

Attributes

Source

Quotes.scala

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

Attributes

Source

Quotes.scala