WildcardModule

scala.quoted.Quotes.reflectModule.WildcardModule

Methods of the module object val Wildcard.

Attributes

Source
Quotes.scala
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

Creates a tree representing a _ wildcard.

Creates a tree representing a _ wildcard.

Attributes

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

Matches a tree representing a _ wildcard.

Matches a tree representing a _ wildcard.

Attributes

Source
Quotes.scala