MatchTypeModule (original) (raw)
scala.quoted.Quotes.reflectModule.MatchTypeModule
trait MatchTypeModule
Methods of the module object val MatchType
Attributes
Source
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
def unapply(x: MatchType): (TypeRepr, TypeRepr, List[TypeRepr])
Attributes
Source