object Query
- Source
- Query.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Query
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(xs: (String, Option[String])*): Query
- val empty: Query
-
def
fromMap(map: Map[String, Seq[String]]): Query
Build a Query from the
Map
structure - def fromPairs(xs: (String, String)*): Query
-
def
fromString(query: String): Query
Generate a Query from its
String
representation - def fromVector(xs: Vector[(String, Option[String])]): Query