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

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

Value members

Concrete methods

def pluck(using Quotes): Expr[QuotationVase]

Inherited methods

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