liftQuat

io.getquill.parser.Lifter.liftQuat
object liftQuat extends LiftQuatSerialize[Quat]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain