CaseClassCreation

io.getquill.metaprog.Extractors$.CaseClassCreation$

Matches case class Person(first: String, last: String) creation of the forms: Person("Joe","Bloggs") new Person("Joe","Bloggs")

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def unapply(using Quotes)(expr: Expr[Any]): Option[(String, List[String], List[Expr[Any]])]