Pluckable

io.getquill.metaprog.QuotationLotExpr.Pluckable
case class Pluckable(uid: String, expr: Expr[Quoted[Any]], other: List[Expr[_]]) extends QuotationLotExpr

QuotationLots that have runtime values hance cannot be re-planted into the scala AST and they need to be put into QuotationVasees. The 'other' argument is meant to be used in various unique circumstances. Right now it is just used by a QueryMeta to carry an extractor function that contra-maps back to the T type

Attributes

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

Members list

Value members

Concrete methods

def pluck(using Quotes): Expr[QuotationVase]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product