LazyPlanterExpr

case
class LazyPlanterExpr[T, PrepareRow, Session](uid: String, expr: Expr[T])(implicit evidence$13: Type[T], evidence$14: Type[PrepareRow], evidence$15: 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