liftScalarTag

io.getquill.parser.Lifter.liftScalarTag
object liftScalarTag extends LiftAstSerialize[ScalarTag]

Attributes

Graph
Supertypes
trait LiftAstSerialize[ScalarTag]
trait Ast[ScalarTag]
trait WithSerializing[ScalarTag, Ast]
trait Ast[ScalarTag]
trait Plain[ScalarTag]
trait ToExpr[ScalarTag]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain