QueryMeta

case class QueryMeta[T, R](entity: Quoted[Query[T] => Query[R]], uid: String, extract: R => T) extends QuotationLot[Query[T] => Query[R]]
trait Serializable
trait Product
trait Equals
trait QuotationLot[Query[T] => Query[R]]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def unquote: Query[T] => Query[R]
Inherited from:
QuotationLot