liftScalarTagSource

io.getquill.parser.Lifter.liftScalarTagSource
object liftScalarTagSource extends Plain[Source]

Attributes

Graph
Supertypes
trait Plain[Source]
trait ToExpr[Source]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def lift: Quotes ?=> PartialFunction[Source, Expr[Source]]

Inherited methods

def apply(element: Source)(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
def orFail(element: Source)(using Quotes): Expr[T]

Attributes

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

Attributes

Inherited from:
Plain