Quoted

io.getquill.Quoted$
See theQuoted companion class
object Quoted

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Quoted.type

Members list

Concise view

Type members

Classlikes

case class QuotedId(ast: Ast, lifts: List[Planter[_, _, _]], runtimeQuotes: List[QuotationVase])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](ast: Ast, lifts: List[Planter[_, _, _]], runtimeQuotes: List[QuotationVase]): Quoted[T]
def unapply[T](quoted: Quoted[T]): Some[(Ast, List[Planter[_, _, _]], List[QuotationVase])]