LiftMacro

object LiftMacro
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T : Type, PrepareRow : Type, Session : Type](entity: Expr[T])(implicit evidence$1: Type[T], evidence$2: Type[PrepareRow], evidence$3: Type[Session], Quotes): Expr[T]
def applyLazy[T, PrepareRow](valueEntity: Expr[T])(using Quotes, Type[T], Type[PrepareRow]): Expr[T]
inline
def liftInjectedProductExternal[T, PrepareRow]: List[(String, T => Any)]
def liftInjectedProductExternalImpl[T, PrepareRow](using qctx: Quotes, tpe: Type[T], prepareRowTpe: Type[PrepareRow]): Expr[List[(String, T => Any)]]