liftOperator

given liftOperator: NiceLiftable[Operator]

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