InjectableEagerPlanterExpr

case
class InjectableEagerPlanterExpr[T, PrepareRow, Session](uid: String, inject: Expr[ => T], encoder: Expr[GenericEncoder[T, PrepareRow, Session]])(implicit evidence$10: Type[T], evidence$11: Type[PrepareRow], evidence$12: Type[Session]) extends PlanterExpr[T, PrepareRow, Session]
trait Serializable
trait Product
trait Equals
trait PlanterExpr[T, PrepareRow, Session]
class Object
trait Matchable
class Any

Value members

Concrete methods

def inject(injectee: Expr[Any])(using Quotes): Expr[EagerPlanter[T, PrepareRow, Session]]
def nestInline(using Quotes)(call: Option[Tree], bindings: List[Definition]): PlanterExpr[T, PrepareRow, Session]
def plant(using Quotes): Expr[InjectableEagerPlanter[T, PrepareRow, Session]]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product