UnapplyMethods
scala.quoted.Quotes.reflectModule.UnapplyMethods
trait UnapplyMethods
Extension methods of Unapply
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
Members list
Extensions
Extensions
extension (self: Quotes.this.reflectModule.this.Unapply)
The extractor function of the pattern.
The extractor function of the pattern.
It may be a reference to the unapply
method of the pattern or may be a partially applied tree containing type parameters and leading given parameters.
Attributes
- Source
- Quotes.scala
Training implicit parameters of the unapply
method
List of nested patterns
In this article