Packages

object Query

The companion object for Query contains factory methods for creating queries.

Source
Query.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Query
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[E, U, R](value: E)(implicit unpack: Shape[_ <: FlatShapeLevel, E, U, R]): Query[R, U, Seq]

    Lift a scalar value to a Query.

  2. def empty: Query[Unit, Unit, Seq]

    The empty Query.

  3. implicit def queryShape[Level >: NestedShapeLevel <: ShapeLevel, T, Q <: QueryBase[_]](implicit ev: <:<[Q, Rep[T]]): Shape[Level, Q, T, Q]
    Annotations
    @inline()