MatchCaseModule
scala.quoted.Quotes.reflectModule.MatchCaseModule
trait MatchCaseModule
Methods of the module object val MatchCase
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
- Self type
-
Members list
Value members
Abstract methods
def apply(pattern: Quotes.this.reflectModule.this.TypeRepr, rhs: Quotes.this.reflectModule.this.TypeRepr): Quotes.this.reflectModule.this.MatchCase
Attributes
- Source
- Quotes.scala
def unapply(x: Quotes.this.reflectModule.this.MatchCase): (Quotes.this.reflectModule.this.TypeRepr, Quotes.this.reflectModule.this.TypeRepr)
Attributes
- Source
- Quotes.scala
In this article