TaggedLiftedCaseClass

io.getquill.generic.ElaborateStructure.TaggedLiftedCaseClass
case class TaggedLiftedCaseClass[A <: Ast](caseClass: A, lifts: List[(String, Expr[_])])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Replace keys of the tagged lifts with proper UUIDs

Replace keys of the tagged lifts with proper UUIDs

Attributes

def uuid(): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product