LazyPlanterExpr

case class LazyPlanterExpr[T, PrepareRow, Session](uid: String, expr: Expr[T])(implicit evidence$12: Type[T], evidence$13: Type[PrepareRow], evidence$14: 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 nestInline(using Quotes)(call: Option[Tree], bindings: List[Definition]): PlanterExpr[T, PrepareRow, Session]
def plant(using Quotes): Expr[LazyPlanter[T, PrepareRow, Session]]

Inherited methods

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