object Query
- Source
- Query.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Query
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- def apply(xs: (String, Option[String])*): Query
- implicit val cbf: CanBuildFrom[Query, KeyValue, 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 newBuilder: scala.collection.mutable.Builder[KeyValue, Query]