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

Members list

Value members

Abstract methods

def apply(): Wildcard

Create a tree representing a _ wildcard.

Create a tree representing a _ wildcard.

Attributes

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

Match a tree representing a _ wildcard.

Match a tree representing a _ wildcard.

Attributes

Source
Quotes.scala