liftConflictTarget

io.getquill.parser.Lifter.liftConflictTarget
object liftConflictTarget extends Plain[Target]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

def apply(element: Target)(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: Target)(using Quotes): Expr[T]

Attributes

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

Attributes

Inherited from:
Plain