scala.quoted.Quotes.reflectModule.SummonFromModule
Methods of the module object val SummonFrom.
Attributes
- Source
-
Quotes.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
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
- Returns
-
a SummonFrom tree containing the given cases
- Source
-
Quotes.scala
Matches a pattern match given match { }.
Matches a pattern match given match { }.
Value parameters
- x
-
the SummonFrom to match against
Attributes
- Returns
-
Some containing the list of cases
- Source
-
Quotes.scala