liftQuatProduct

io.getquill.parser.Lifter.liftQuatProduct
object liftQuatProduct extends LiftQuatSerialize[Product]

Attributes

Graph
Supertypes
trait LiftQuatSerialize[Product]
trait Quat[Product]
trait WithSerializing[Product, Quat]
trait Quat[Product]
trait Plain[Product]
trait ToExpr[Product]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def lift: Quotes ?=> PartialFunction[Product, Expr[Product]]
def typeTag: Quotes ?=> Type[Product]

Inherited methods

def apply(element: Product)(using Quotes): Expr[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes

Inherited from:
Plain
override protected def failMsg(element: Product): String

Attributes

Definition Classes
Quat -> Plain
Inherited from:
Quat
override def orFail(element: Product)(using Quotes): Expr[T]

Attributes

Definition Classes
Inherited from:
LiftQuatSerialize
protected def tryLiftSerialized(element: Product)(using Quotes, Type[Product]): Option[Expr[T]]

Attributes

Inherited from:
Quat
def unapply(element: Product)(using Quotes): Some[Expr[T]]

Attributes

Inherited from:
Plain