DSLMacros

object DSLMacros
class Object
trait Matchable
class Any

Value members

Concrete methods

transparent inline def refinementQuery[Q <: Query, T <: Product](q: Q, table: Table[T]): Any
def refinementQueryImpl[Q <: Query : Type, T <: Product : Type](q: Expr[Q], table: Expr[Table[T]])(implicit evidence$1: Type[Q], evidence$2: Type[T], Quotes): Expr[Any]