MatchCaseModule (original) (raw)

scala.quoted.Quotes.reflectModule.MatchCaseModule

trait MatchCaseModule

Methods of the module object val MatchCase

Attributes

Source

Quotes.scala

Graph

Supertypes

class Object

trait Matchable

class Any

Self type

MatchCase.type

Members list

Value members

Abstract methods

def apply(pattern: TypeRepr, rhs: TypeRepr): MatchCase

Attributes

Source

Quotes.scala

def unapply(x: MatchCase): (TypeRepr, TypeRepr)

Attributes

Source

Quotes.scala