Packages

object Query

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

Type Members

  1. type KeyValue = (String, Option[String])

Value Members

  1. def apply(xs: (String, Option[String])*): Query
  2. val empty: Query
  3. def fromMap(map: Map[String, Seq[String]]): Query

    Build a Query from the Map structure

  4. def fromPairs(xs: (String, String)*): Query
  5. def fromString(query: String): Query

    Generate a Query from its String representation

    Generate a Query from its String representation

    If parsing fails, the empty Query is returned

  6. def fromVector(xs: Vector[(String, Option[String])]): Query