liftReturnAction

io.getquill.parser.Lifter.liftReturnAction
object liftReturnAction extends Plain[ReturnAction]

Attributes

Graph
Supertypes
trait Plain[ReturnAction]
trait ToExpr[ReturnAction]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Inherited methods

def apply(element: ReturnAction)(using Quotes): Expr[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes

Inherited from:
Plain
def orFail(element: ReturnAction)(using Quotes): Expr[T]

Attributes

Inherited from:
Plain
def unapply(element: ReturnAction)(using Quotes): Some[Expr[T]]

Attributes

Inherited from:
Plain