LiftQuatSerialize

io.getquill.parser.Lifter.LiftQuatSerialize
trait LiftQuatSerialize[T <: Quat] extends ToExpr[T], Quat[T], Quat[T]

Attributes

Graph
Supertypes
trait Quat[T]
trait Plain[T]
trait Quat[T]
trait WithSerializing[T, Quat]
trait ToExpr[T]
class Object
trait Matchable
class Any
Show all
Known subtypes
object liftQuat.type
object liftQuatProduct.type

Members list

Value members

Abstract methods

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

Concrete methods

override def orFail(element: T)(using Quotes): Expr[T]

Attributes

Definition Classes

Inherited methods

def apply(element: T)(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: T): String

Attributes

Definition Classes
Quat -> Plain
Inherited from:
Quat
protected def tryLiftSerialized(element: T)(using Quotes, Type[T]): Option[Expr[T]]

Attributes

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

Attributes

Inherited from:
Plain