liftOperator

object liftOperator extends NiceLiftable[Operator]
trait NiceLiftable[Operator]
trait ToExpr[Operator]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def apply(element: Operator)(using Quotes): Expr[Operator]
Inherited from:
NiceLiftable
def deserializeDisabled(using Quotes): Boolean
Inherited from:
NiceLiftable
def unapply(t: Operator)(using Quotes): Some[Expr[Operator]]
Inherited from:
NiceLiftable