liftableConflictAction

object liftableConflictAction extends NiceLiftable[Action]
trait NiceLiftable[Action]
trait ToExpr[Action]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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