liftJoinType

io.getquill.parser.Lifter.liftJoinType
object liftJoinType extends Plain[JoinType]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

Inherited from:
Plain