WildcardModule

scala.quoted.Quotes.reflectModule.WildcardModule

Methods of the module object val Wildcard

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Quotes.this.reflectModule.this.Wildcard.type

Members list

Value members

Abstract methods

def apply(): Quotes.this.reflectModule.this.Wildcard

Create a tree representing a _ wildcard.

Create a tree representing a _ wildcard.

Attributes

def unapply(wildcard: Quotes.this.reflectModule.this.Wildcard): true

Match a tree representing a _ wildcard.

Match a tree representing a _ wildcard.

Attributes