liftableAssignmentDual

object liftableAssignmentDual extends NiceLiftable[AssignmentDual]
trait NiceLiftable[AssignmentDual]
trait ToExpr[AssignmentDual]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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