Unapply

oxygen.quoted.Unapply
See theUnapply companion class
object Unapply

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Unapply.type

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): UnapplyCompanion
def unapply(x: Unapply): (Term, List[Term], List[Tree])

Matches an Unapply(fun, implicits, patterns) tree representing a pattern <fun>(<patterns*>)(using <implicits*>)

Matches an Unapply(fun, implicits, patterns) tree representing a pattern <fun>(<patterns*>)(using <implicits*>)

Attributes

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.Unapply): Unapply

Givens

Givens