liftScalarTag

object liftScalarTag extends LiftAstSerialize[ScalarTag]
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

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[ScalarTag]
Inherited from:
Plain
override protected def failMsg(element: ScalarTag): String
Definition Classes
Inherited from:
Ast
override def orFail(element: ScalarTag)(using Quotes): Expr[ScalarTag]
Definition Classes
Inherited from:
LiftAstSerialize
protected def tryLiftSerialized(element: ScalarTag)(using Quotes, Type[ScalarTag]): Option[Expr[ScalarTag]]
Inherited from:
Ast
def unapply(element: ScalarTag)(using Quotes): Some[Expr[ScalarTag]]
Inherited from:
Plain