Quote

final case class Quote[A](in: Ex[A])(implicit fromAny: FromAny[A]) extends CaseDef[A]
Companion:
object
trait Serializable
trait CaseDef[A]
trait ProductWithAdjuncts
trait Ex[A]
trait Flow
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Repr[T <: Txn[T]] = Expanded[T, A]

Value members

Inherited methods

def adjuncts: List[Adjunct]
Inherited from:
CaseDef
final def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from:
Lazy
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Inherited fields

@transient
final protected val ref: Object
Inherited from:
Lazy

Implicits

Implicits

implicit val fromAny: FromAny[A]