SummonFromModule

scala.quoted.Quotes.reflectModule.SummonFromModule

Methods of the module object val SummonFrom.

Attributes

Source
Quotes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Quotes.this.reflectModule.this.SummonFrom.type

Members list

Value members

Abstract methods

def apply(cases: List[Quotes.this.reflectModule.this.CaseDef]): Quotes.this.reflectModule.this.SummonFrom

Creates a pattern match given match { }.

Creates a pattern match given match { }.

Value parameters

cases

the list of match cases for the given match

Attributes

Source
Quotes.scala
def copy(original: Quotes.this.reflectModule.this.Tree)(cases: List[Quotes.this.reflectModule.this.CaseDef]): Quotes.this.reflectModule.this.SummonFrom

Attributes

Source
Quotes.scala

Matches a pattern match given match { }.

Matches a pattern match given match { }.

Value parameters

x

the SummonFrom to match against

Attributes

Source
Quotes.scala