case object Empty extends Query with Product with Serializable
- Source
 - Uri.scala
 
- Alphabetic
 - By Inheritance
 
- Empty
 - Serializable
 - Product
 - Query
 - QuerySeqOptimized
 - StrictOptimizedLinearSeqOps
 - StrictOptimizedSeqOps
 - StrictOptimizedIterableOps
 - LinearSeq
 - LinearSeqOps
 - LinearSeq
 - LinearSeqOps
 - Seq
 - SeqOps
 - Seq
 - Equals
 - SeqOps
 - PartialFunction
 - Function1
 - Iterable
 - Iterable
 - IterableFactoryDefaults
 - IterableOps
 - IterableOnceOps
 - IterableOnce
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ++[B >: (String, String)](suffix: IterableOnce[B]): LinearSeq[B]
- Definition Classes
 - IterableOps
 - Annotations
 - @inline()
 
 -   final  def ++:[B >: (String, String)](prefix: IterableOnce[B]): LinearSeq[B]
- Definition Classes
 - SeqOps → IterableOps
 - Annotations
 - @inline()
 
 -    def +:(kvp: (String, String)): Cons
- Definition Classes
 - Query
 
 -   final  def +:[B >: (String, String)](elem: B): LinearSeq[B]
- Definition Classes
 - SeqOps
 - Annotations
 - @inline()
 
 -   final  def :+[B >: (String, String)](elem: B): LinearSeq[B]
- Definition Classes
 - SeqOps
 - Annotations
 - @inline()
 
 -   final  def :++[B >: (String, String)](suffix: IterableOnce[B]): LinearSeq[B]
- Definition Classes
 - SeqOps
 - Annotations
 - @inline()
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def addString(b: StringBuilder): b.type
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @inline()
 
 -   final  def addString(b: StringBuilder, sep: String): b.type
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @inline()
 
 -    def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
- Definition Classes
 - IterableOnceOps
 
 -    def andThen[C](k: PartialFunction[(String, String), C]): PartialFunction[Int, C]
- Definition Classes
 - PartialFunction
 
 -    def andThen[C](k: ((String, String)) => C): PartialFunction[Int, C]
- Definition Classes
 - PartialFunction → Function1
 
 -    def appended[B >: (String, String)](elem: B): LinearSeq[B]
- Definition Classes
 - StrictOptimizedSeqOps → SeqOps
 
 -    def appendedAll[B >: (String, String)](suffix: IterableOnce[B]): LinearSeq[B]
- Definition Classes
 - StrictOptimizedSeqOps → SeqOps
 
 -    def apply(n: Int): (String, String)
- Definition Classes
 - LinearSeqOps → SeqOps
 - Annotations
 - @throws(scala.this.throws.<init>$default$1[IndexOutOfBoundsException])
 
 -    def applyOrElse[A1 <: Int, B1 >: (String, String)](x: A1, default: (A1) => B1): B1
- Definition Classes
 - PartialFunction
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def canEqual(that: Any): Boolean
- Definition Classes
 - Seq → Equals
 
 -    def className: String
- Attributes
 - protected[this]
 - Definition Classes
 - Iterable
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
 -   final  def coll: Empty.this.type
- Attributes
 - protected
 - Definition Classes
 - Iterable → IterableOps
 
 -    def collect[B](pf: PartialFunction[(String, String), B]): LinearSeq[B]
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps → IterableOnceOps
 
 -    def collectFirst[B](pf: PartialFunction[(String, String), B]): Option[B]
- Definition Classes
 - IterableOnceOps
 
 -    def combinations(n: Int): Iterator[Query]
- Definition Classes
 - SeqOps
 
 -    def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, (String, String)]
- Definition Classes
 - PartialFunction
 
 -    def compose[A](g: (A) => Int): (A) => (String, String)
- Definition Classes
 - Function1
 - Annotations
 - @unspecialized()
 
 -   final  def concat[B >: (String, String)](suffix: IterableOnce[B]): LinearSeq[B]
- Definition Classes
 - SeqOps → IterableOps
 - Annotations
 - @inline()
 
 -    def contains[A1 >: (String, String)](elem: A1): Boolean
- Definition Classes
 - LinearSeqOps → SeqOps
 
 -    def containsSlice[B >: (String, String)](that: Seq[B]): Boolean
- Definition Classes
 - SeqOps
 
 -    def copyToArray[B >: (String, String)](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
 - IterableOnceOps
 
 -    def copyToArray[B >: (String, String)](xs: Array[B], start: Int): Int
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecatedOverriding()
 
 -    def copyToArray[B >: (String, String)](xs: Array[B]): Int
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecatedOverriding()
 
 -    def corresponds[B](that: Seq[B])(p: ((String, String), B) => Boolean): Boolean
- Definition Classes
 - SeqOps
 
 -    def corresponds[B](that: IterableOnce[B])(p: ((String, String), B) => Boolean): Boolean
- Definition Classes
 - IterableOnceOps
 
 -    def count(p: ((String, String)) => Boolean): Int
- Definition Classes
 - IterableOnceOps
 
 -    def diff[B >: (String, String)](that: Seq[B]): Query
- Definition Classes
 - StrictOptimizedSeqOps → SeqOps
 
 -    def distinct: Query
- Definition Classes
 - SeqOps
 
 -    def distinctBy[B](f: ((String, String)) => B): Query
- Definition Classes
 - StrictOptimizedSeqOps → SeqOps
 
 -    def drop(n: Int): Query
- Definition Classes
 - StrictOptimizedLinearSeqOps → IterableOps → IterableOnceOps
 
 -    def dropRight(n: Int): Query
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps
 
 -    def dropWhile(p: ((String, String)) => Boolean): Query
- Definition Classes
 - StrictOptimizedLinearSeqOps → IterableOps → IterableOnceOps
 
 -    def elementWise: ElementWiseExtractor[Int, (String, String)]
- Definition Classes
 - PartialFunction
 
 -    def empty: Query
- Definition Classes
 - QuerySeqOptimized → IterableFactoryDefaults → IterableOps
 
 -    def endsWith[B >: (String, String)](that: Iterable[B]): Boolean
- Definition Classes
 - SeqOps
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(o: Any): Boolean
- Definition Classes
 - Seq → Equals → AnyRef → Any
 
 -    def exists(p: ((String, String)) => Boolean): Boolean
- Definition Classes
 - LinearSeqOps → IterableOnceOps
 
 -    def filter(pred: ((String, String)) => Boolean): Query
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps → IterableOnceOps
 
 -    def filterImpl(pred: ((String, String)) => Boolean, isFlipped: Boolean): Query
- Attributes
 - protected[collection]
 - Definition Classes
 - StrictOptimizedIterableOps
 
 -    def filterNot(pred: ((String, String)) => Boolean): Query
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps → IterableOnceOps
 
 -    def find(p: ((String, String)) => Boolean): Option[(String, String)]
- Definition Classes
 - LinearSeqOps → IterableOnceOps
 
 -    def findLast(p: ((String, String)) => Boolean): Option[(String, String)]
- Definition Classes
 - LinearSeqOps → SeqOps
 
 -    def flatMap[B](f: ((String, String)) => IterableOnce[B]): LinearSeq[B]
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps → IterableOnceOps
 
 -    def flatten[B](implicit toIterableOnce: ((String, String)) => IterableOnce[B]): LinearSeq[B]
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps → IterableOnceOps
 
 -    def fold[A1 >: (String, String)](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
 - IterableOnceOps
 
 -    def foldLeft[B](z: B)(op: (B, (String, String)) => B): B
- Definition Classes
 - LinearSeqOps → IterableOnceOps
 
 -    def foldRight[B](z: B)(op: ((String, String), B) => B): B
- Definition Classes
 - IterableOnceOps
 
 -    def forall(p: ((String, String)) => Boolean): Boolean
- Definition Classes
 - LinearSeqOps → IterableOnceOps
 
 -    def foreach[U](f: ((String, String)) => U): Unit
- Definition Classes
 - LinearSeqOps → IterableOnceOps
 
 -    def fromSpecific(coll: IterableOnce[(String, String)]): Query
- Attributes
 - protected
 - Definition Classes
 - QuerySeqOptimized → IterableFactoryDefaults → IterableOps
 
 -    def get(key: String): Option[String]
- Definition Classes
 - Query
 
 -    def getAll(key: String): List[String]
- Definition Classes
 - Query
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def getOrElse(key: String, default: => String): String
- Definition Classes
 - Query
 
 -    def groupBy[K](f: ((String, String)) => K): Map[K, Query]
- Definition Classes
 - IterableOps
 
 -    def groupMap[K, B](key: ((String, String)) => K)(f: ((String, String)) => B): Map[K, LinearSeq[B]]
- Definition Classes
 - IterableOps
 
 -    def groupMapReduce[K, B](key: ((String, String)) => K)(f: ((String, String)) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
 - IterableOps
 
 -    def grouped(size: Int): Iterator[Query]
- Definition Classes
 - IterableOps
 
 -    def hashCode(): Int
- Definition Classes
 - Seq → AnyRef → Any
 
 -    def head: Nothing
- Definition Classes
 - Empty → LinearSeqOps → IterableOps
 
 -    def headOption: Option[(String, String)]
- Definition Classes
 - LinearSeqOps → IterableOps
 
 -    def indexOf[B >: (String, String)](elem: B): Int
- Definition Classes
 - SeqOps
 - Annotations
 - @deprecatedOverriding()
 
 -    def indexOf[B >: (String, String)](elem: B, from: Int): Int
- Definition Classes
 - SeqOps
 
 -    def indexOfSlice[B >: (String, String)](that: Seq[B]): Int
- Definition Classes
 - SeqOps
 - Annotations
 - @deprecatedOverriding()
 
 -    def indexOfSlice[B >: (String, String)](that: Seq[B], from: Int): Int
- Definition Classes
 - SeqOps
 
 -    def indexWhere(p: ((String, String)) => Boolean, from: Int): Int
- Definition Classes
 - LinearSeqOps → SeqOps
 
 -    def indexWhere(p: ((String, String)) => Boolean): Int
- Definition Classes
 - SeqOps
 - Annotations
 - @deprecatedOverriding()
 
 -    def indices: Range
- Definition Classes
 - SeqOps
 
 -    def init: Query
- Definition Classes
 - IterableOps
 
 -    def inits: Iterator[Query]
- Definition Classes
 - IterableOps
 
 -    def intersect[B >: (String, String)](that: Seq[B]): Query
- Definition Classes
 - StrictOptimizedSeqOps → SeqOps
 
 -    def isDefinedAt(x: Int): Boolean
- Definition Classes
 - LinearSeqOps → SeqOps
 
 -    def isEmpty: Boolean
- Definition Classes
 - Empty → LinearSeqOps → SeqOps → IterableOnceOps
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def isTraversableAgain: Boolean
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def iterableFactory: SeqFactory[LinearSeq]
- Definition Classes
 - LinearSeq → LinearSeq → Seq → Seq → Iterable → Iterable → IterableOps
 
 -    def iterator: Iterator[(String, String)]
- Definition Classes
 - StrictOptimizedLinearSeqOps → LinearSeqOps → IterableOnce
 
 -  def key: Nothing
 -    def knownSize: Int
- Definition Classes
 - IterableOnce
 
 -    def last: (String, String)
- Definition Classes
 - LinearSeqOps → IterableOps
 
 -    def lastIndexOf[B >: (String, String)](elem: B, end: Int): Int
- Definition Classes
 - SeqOps
 
 -    def lastIndexOfSlice[B >: (String, String)](that: Seq[B]): Int
- Definition Classes
 - SeqOps
 - Annotations
 - @deprecatedOverriding()
 
 -    def lastIndexOfSlice[B >: (String, String)](that: Seq[B], end: Int): Int
- Definition Classes
 - SeqOps
 
 -    def lastIndexWhere(p: ((String, String)) => Boolean, end: Int): Int
- Definition Classes
 - LinearSeqOps → SeqOps
 
 -    def lastIndexWhere(p: ((String, String)) => Boolean): Int
- Definition Classes
 - SeqOps
 - Annotations
 - @deprecatedOverriding()
 
 -    def lastOption: Option[(String, String)]
- Definition Classes
 - IterableOps
 
 -    def lazyZip[B](that: Iterable[B]): LazyZip2[(String, String), B, Empty.this.type]
- Definition Classes
 - Iterable
 
 -    def length: Int
- Definition Classes
 - LinearSeqOps → SeqOps
 
 -    def lengthCompare(that: Iterable[_]): Int
- Definition Classes
 - LinearSeqOps → SeqOps
 
 -    def lengthCompare(len: Int): Int
- Definition Classes
 - LinearSeqOps → SeqOps
 
 -   final  def lengthIs: SizeCompareOps
- Definition Classes
 - SeqOps
 - Annotations
 - @inline()
 
 -    def lift: (Int) => Option[(String, String)]
- Definition Classes
 - PartialFunction
 
 -    def map[B](f: ((String, String)) => B): LinearSeq[B]
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps → IterableOnceOps
 
 -    def max[B >: (String, String)](implicit ord: Ordering[B]): (String, String)
- Definition Classes
 - IterableOnceOps
 
 -    def maxBy[B](f: ((String, String)) => B)(implicit ord: Ordering[B]): (String, String)
- Definition Classes
 - IterableOnceOps
 
 -    def maxByOption[B](f: ((String, String)) => B)(implicit ord: Ordering[B]): Option[(String, String)]
- Definition Classes
 - IterableOnceOps
 
 -    def maxOption[B >: (String, String)](implicit ord: Ordering[B]): Option[(String, String)]
- Definition Classes
 - IterableOnceOps
 
 -    def min[B >: (String, String)](implicit ord: Ordering[B]): (String, String)
- Definition Classes
 - IterableOnceOps
 
 -    def minBy[B](f: ((String, String)) => B)(implicit ord: Ordering[B]): (String, String)
- Definition Classes
 - IterableOnceOps
 
 -    def minByOption[B](f: ((String, String)) => B)(implicit ord: Ordering[B]): Option[(String, String)]
- Definition Classes
 - IterableOnceOps
 
 -    def minOption[B >: (String, String)](implicit ord: Ordering[B]): Option[(String, String)]
- Definition Classes
 - IterableOnceOps
 
 -   final  def mkString: String
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @inline()
 
 -   final  def mkString(sep: String): String
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @inline()
 
 -   final  def mkString(start: String, sep: String, end: String): String
- Definition Classes
 - IterableOnceOps
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def newSpecificBuilder: Builder[(String, String), Query]
- Attributes
 - protected
 - Definition Classes
 - QuerySeqOptimized → IterableFactoryDefaults → IterableOps
 
 -    def nonEmpty: Boolean
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecatedOverriding()
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def occCounts[B](sq: Seq[B]): Map[B, Int]
- Attributes
 - protected[collection]
 - Definition Classes
 - SeqOps
 
 -    def orElse[A1 <: Int, B1 >: (String, String)](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
 - PartialFunction
 
 -    def padTo[B >: (String, String)](len: Int, elem: B): LinearSeq[B]
- Definition Classes
 - StrictOptimizedSeqOps → SeqOps
 
 -    def partition(p: ((String, String)) => Boolean): (Query, Query)
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps
 
 -    def partitionMap[A1, A2](f: ((String, String)) => Either[A1, A2]): (LinearSeq[A1], LinearSeq[A2])
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps
 
 -    def patch[B >: (String, String)](from: Int, other: IterableOnce[B], replaced: Int): LinearSeq[B]
- Definition Classes
 - SeqOps
 
 -    def permutations: Iterator[Query]
- Definition Classes
 - SeqOps
 
 -    def prepended[B >: (String, String)](elem: B): LinearSeq[B]
- Definition Classes
 - StrictOptimizedSeqOps → SeqOps
 
 -    def prependedAll[B >: (String, String)](prefix: IterableOnce[B]): LinearSeq[B]
- Definition Classes
 - StrictOptimizedSeqOps → SeqOps
 
 -    def product[B >: (String, String)](implicit num: Numeric[B]): B
- Definition Classes
 - IterableOnceOps
 
 -    def productElementName(n: Int): String
- Definition Classes
 - Product
 
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -    def reduce[B >: (String, String)](op: (B, B) => B): B
- Definition Classes
 - IterableOnceOps
 
 -    def reduceLeft[B >: (String, String)](op: (B, (String, String)) => B): B
- Definition Classes
 - IterableOnceOps
 
 -    def reduceLeftOption[B >: (String, String)](op: (B, (String, String)) => B): Option[B]
- Definition Classes
 - IterableOnceOps
 
 -    def reduceOption[B >: (String, String)](op: (B, B) => B): Option[B]
- Definition Classes
 - IterableOnceOps
 
 -    def reduceRight[B >: (String, String)](op: ((String, String), B) => B): B
- Definition Classes
 - IterableOnceOps
 
 -    def reduceRightOption[B >: (String, String)](op: ((String, String), B) => B): Option[B]
- Definition Classes
 - IterableOnceOps
 
 -    def reverse: Query
- Definition Classes
 - SeqOps
 
 -    def reverseIterator: Iterator[(String, String)]
- Definition Classes
 - SeqOps
 
 -    def reversed: Iterable[(String, String)]
- Attributes
 - protected
 - Definition Classes
 - IterableOnceOps
 
 -    def runWith[U](action: ((String, String)) => U): (Int) => Boolean
- Definition Classes
 - PartialFunction
 
 -    def sameElements[B >: (String, String)](that: IterableOnce[B]): Boolean
- Definition Classes
 - LinearSeqOps → SeqOps
 
 -    def scan[B >: (String, String)](z: B)(op: (B, B) => B): LinearSeq[B]
- Definition Classes
 - IterableOps
 
 -    def scanLeft[B](z: B)(op: (B, (String, String)) => B): LinearSeq[B]
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps → IterableOnceOps
 
 -    def scanRight[B](z: B)(op: ((String, String), B) => B): LinearSeq[B]
- Definition Classes
 - IterableOps
 
 -    def search[B >: (String, String)](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
 - SeqOps
 
 -    def search[B >: (String, String)](elem: B)(implicit ord: Ordering[B]): SearchResult
- Definition Classes
 - SeqOps
 
 -    def segmentLength(p: ((String, String)) => Boolean, from: Int): Int
- Definition Classes
 - LinearSeqOps → SeqOps
 
 -   final  def segmentLength(p: ((String, String)) => Boolean): Int
- Definition Classes
 - SeqOps
 
 -   final  def size: Int
- Definition Classes
 - SeqOps → IterableOnceOps
 
 -   final  def sizeCompare(that: Iterable[_]): Int
- Definition Classes
 - SeqOps → IterableOps
 
 -   final  def sizeCompare(otherSize: Int): Int
- Definition Classes
 - SeqOps → IterableOps
 
 -   final  def sizeIs: SizeCompareOps
- Definition Classes
 - IterableOps
 - Annotations
 - @inline()
 
 -    def slice(from: Int, until: Int): Query
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def sliding(size: Int, step: Int): Iterator[Query]
- Definition Classes
 - IterableOps
 
 -    def sliding(size: Int): Iterator[Query]
- Definition Classes
 - IterableOps
 
 -    def sortBy[B](f: ((String, String)) => B)(implicit ord: Ordering[B]): Query
- Definition Classes
 - SeqOps
 
 -    def sortWith(lt: ((String, String), (String, String)) => Boolean): Query
- Definition Classes
 - SeqOps
 
 -    def sorted[B >: (String, String)](implicit ord: Ordering[B]): Query
- Definition Classes
 - SeqOps
 
 -    def span(p: ((String, String)) => Boolean): (Query, Query)
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps → IterableOnceOps
 
 -    def splitAt(n: Int): (Query, Query)
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def startsWith[B >: (String, String)](that: IterableOnce[B], offset: Int): Boolean
- Definition Classes
 - SeqOps
 
 -    def stepper[S <: Stepper[_]](implicit shape: StepperShape[(String, String), S]): S
- Definition Classes
 - IterableOnce
 
 -   final  def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[(String, String), B]): C2
- Attributes
 - protected[this]
 - Definition Classes
 - StrictOptimizedIterableOps
 - Annotations
 - @inline()
 
 -   final  def strictOptimizedConcat[B >: (String, String), C2](that: IterableOnce[B], b: Builder[B, C2]): C2
- Attributes
 - protected[this]
 - Definition Classes
 - StrictOptimizedIterableOps
 - Annotations
 - @inline()
 
 -   final  def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: ((String, String)) => IterableOnce[B]): C2
- Attributes
 - protected[this]
 - Definition Classes
 - StrictOptimizedIterableOps
 - Annotations
 - @inline()
 
 -   final  def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: ((String, String)) => IterableOnce[B]): C2
- Attributes
 - protected[this]
 - Definition Classes
 - StrictOptimizedIterableOps
 - Annotations
 - @inline()
 
 -   final  def strictOptimizedMap[B, C2](b: Builder[B, C2], f: ((String, String)) => B): C2
- Attributes
 - protected[this]
 - Definition Classes
 - StrictOptimizedIterableOps
 - Annotations
 - @inline()
 
 -   final  def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[((String, String), B), C2]): C2
- Attributes
 - protected[this]
 - Definition Classes
 - StrictOptimizedIterableOps
 - Annotations
 - @inline()
 
 -    def stringPrefix: String
- Attributes
 - protected[this]
 - Definition Classes
 - LinearSeq → Seq → Iterable
 
 -    def sum[B >: (String, String)](implicit num: Numeric[B]): B
- Definition Classes
 - IterableOnceOps
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def tail: Nothing
- Definition Classes
 - Empty → LinearSeqOps → IterableOps
 
 -    def tails: Iterator[Query]
- Definition Classes
 - LinearSeqOps → IterableOps
 
 -    def take(n: Int): Query
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def takeRight(n: Int): Query
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps
 
 -    def takeWhile(p: ((String, String)) => Boolean): Query
- Definition Classes
 - IterableOps → IterableOnceOps
 
 -    def tapEach[U](f: ((String, String)) => U): Query
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps → IterableOnceOps
 
 -    def to[C1](factory: Factory[(String, String), C1]): C1
- Definition Classes
 - IterableOnceOps
 
 -    def toArray[B >: (String, String)](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
 - IterableOnceOps
 
 -   final  def toBuffer[B >: (String, String)]: Buffer[B]
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @inline()
 
 -    def toIndexedSeq: IndexedSeq[(String, String)]
- Definition Classes
 - IterableOnceOps
 
 -    def toList: List[(String, String)]
- Definition Classes
 - IterableOnceOps
 
 -    def toMap: Map[String, String]
- Definition Classes
 - Query
 
 -    def toMap[K, V](implicit ev: <:<[(String, String), (K, V)]): Map[K, V]
- Definition Classes
 - IterableOnceOps
 
 -    def toMultiMap: Map[String, List[String]]
Returns this query as a map where keys can have multiple values.
Returns this query as a map where keys can have multiple values. The parameter order is preserved, so that the following query:
a=1&a=2&a=3&a=4&b=1
Will return a map like:
"a" -> List(1, 2, 3, 4), "b" -> List(1)
- Definition Classes
 - Query
 
 -   final  def toSeq: Empty.this.type
- Definition Classes
 - Seq → IterableOnceOps
 
 -    def toSet[B >: (String, String)]: Set[B]
- Definition Classes
 - IterableOnceOps
 
 -    def toString(): String
- Definition Classes
 - Query → Seq → Function1 → Iterable → AnyRef → Any
 
 -    def toVector: Vector[(String, String)]
- Definition Classes
 - IterableOnceOps
 
 -    def transpose[B](implicit asIterable: ((String, String)) => Iterable[B]): LinearSeq[LinearSeq[B]]
- Definition Classes
 - IterableOps
 
 -    def unapply(a: Int): Option[(String, String)]
- Definition Classes
 - PartialFunction
 
 -    def unzip[A1, A2](implicit asPair: ((String, String)) => (A1, A2)): (LinearSeq[A1], LinearSeq[A2])
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps
 
 -    def unzip3[A1, A2, A3](implicit asTriple: ((String, String)) => (A1, A2, A3)): (LinearSeq[A1], LinearSeq[A2], LinearSeq[A3])
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps
 
 -    def updated[B >: (String, String)](index: Int, elem: B): LinearSeq[B]
- Definition Classes
 - SeqOps
 
 -  def value: Nothing
 -    def view: SeqView[(String, String)]
- Definition Classes
 - SeqOps → IterableOps
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -    def withFilter(p: ((String, String)) => Boolean): WithFilter[(String, String), [_]LinearSeq[_]]
- Definition Classes
 - IterableOps
 
 -    def zip[B](that: IterableOnce[B]): LinearSeq[((String, String), B)]
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps
 
 -    def zipAll[A1 >: (String, String), B](that: Iterable[B], thisElem: A1, thatElem: B): LinearSeq[(A1, B)]
- Definition Classes
 - IterableOps
 
 -    def zipWithIndex: LinearSeq[((String, String), Int)]
- Definition Classes
 - StrictOptimizedIterableOps → IterableOps → IterableOnceOps
 
 
Deprecated Value Members
-   final  def /:[B](z: B)(op: (B, (String, String)) => B): B
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use foldLeft instead of /:
 -   final  def :\[B](z: B)(op: ((String, String), B) => B): B
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use foldRight instead of :\
 -    def aggregate[B](z: => B)(seqop: (B, (String, String)) => B, combop: (B, B) => B): B
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) For sequential collections, prefer
foldLeft(z)(seqop). For parallel collections, useParIterableLike#aggregate.
 -    def companion: IterableFactory[[_]LinearSeq[_]]
- Definition Classes
 - IterableOps
 - Annotations
 - @deprecated @deprecatedOverriding() @inline()
 - Deprecated
 (Since version 2.13.0) Use iterableFactory instead
 -   final  def copyToBuffer[B >: (String, String)](dest: Buffer[B]): Unit
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use
dest ++= collinstead
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)
 -    def hasDefiniteSize: Boolean
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
 -   final  def prefixLength(p: ((String, String)) => Boolean): Int
- Definition Classes
 - SeqOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use segmentLength instead of prefixLength
 -   final  def repr: Query
- Definition Classes
 - IterableOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside
 -    def reverseMap[B](f: ((String, String)) => B): LinearSeq[B]
- Definition Classes
 - SeqOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)
 -    def seq: Empty.this.type
- Definition Classes
 - Iterable
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Iterable.seq always returns the iterable itself
 -   final  def toIterable: Empty.this.type
- Definition Classes
 - Iterable → IterableOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to
toListortoSeq, but it doesn't copy non-immutable collections
 -   final  def toIterator: Iterator[(String, String)]
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .iterator instead of .toIterator
 -   final  def toStream: Stream[(String, String)]
- Definition Classes
 - IterableOnceOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use .to(LazyList) instead of .toStream
 -   final  def toTraversable: Traversable[(String, String)]
- Definition Classes
 - IterableOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to
toListortoSeq, but it doesn't copy non-immutable collections
 -   final  def union[B >: (String, String)](that: Seq[B]): LinearSeq[B]
- Definition Classes
 - SeqOps
 - Annotations
 - @deprecated @inline()
 - Deprecated
 (Since version 2.13.0) Use
concatinstead
 -    def view(from: Int, until: Int): View[(String, String)]
- Definition Classes
 - IterableOps
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)