SummonFromModule

Methods of the module object val SummonFrom

Source
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(cases: List[CaseDef]): SummonFrom

Creates a pattern match given match { }

Creates a pattern match given match { }

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

Matches a pattern match given match { }

Matches a pattern match given match { }

Source
Quotes.scala