liftableOptionOperation

object liftableOptionOperation extends NiceLiftable[OptionOperation]
trait NiceLiftable[OptionOperation]
trait ToExpr[OptionOperation]
class Object
trait Matchable
class Any

Value members

Concrete methods

def lift: Quotes => PartialFunction[OptionOperation, Expr[OptionOperation]]

Inherited methods

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