liftJoinType

object liftJoinType extends Plain[JoinType]
trait Plain[JoinType]
trait ToExpr[JoinType]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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