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