unliftOperator

Value members

Concrete methods

def unlift: Quotes => PartialFunction[Expr[Operator], Operator]

Inherited methods

def apply(expr: Expr[Operator])(using Quotes): Operator
Inherited from
NiceUnliftable
def unapply(expr: Expr[Operator])(using Quotes): Option[Operator]

For things that contain subclasses, don't strictly check the super type and fail the match if the type fails since we can't do that when it could be a sub-type of the type being matched. The only thing we can do in that case is go through the sub-parser and see if anything matches.

For things that contain subclasses, don't strictly check the super type and fail the match if the type fails since we can't do that when it could be a sub-type of the type being matched. The only thing we can do in that case is go through the sub-parser and see if anything matches.

Inherited from
NiceUnliftable