UnapplyMethods

scala.quoted.runtime.impl.QuotesImpl.reflect$.UnapplyMethods$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Extensions

Extensions

extension (self: Unapply)
def fun: Term

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

def implicits: List[Term]

Training implicit parameters of the unapply method

Training implicit parameters of the unapply method

Attributes

def patterns: List[Tree]

List of nested patterns

List of nested patterns

Attributes