Packages

final class Query extends IndexedSeq[KeyValue] with IndexedSeqOptimized[KeyValue, Query] with QueryOps with Renderable

Collection representation of a query string

It is a indexed sequence of key and maybe a value pairs which maps precisely to a query string, modulo the identity of separators.

When rendered, the resulting String will have the pairs separated by '&' while the key is separated from the value with '='

Source
Query.scala
Linear Supertypes
Renderable, QueryOps, IndexedSeqOptimized[KeyValue, Query], IndexedSeq[KeyValue], IndexedSeq[KeyValue], IndexedSeqLike[KeyValue, Query], Seq[KeyValue], Seq[KeyValue], SeqLike[KeyValue, Query], GenSeq[KeyValue], GenSeqLike[KeyValue, Query], PartialFunction[Int, KeyValue], (Int) ⇒ KeyValue, Iterable[KeyValue], Iterable[KeyValue], IterableLike[KeyValue, Query], Equals, GenIterable[KeyValue], GenIterableLike[KeyValue, Query], Traversable[KeyValue], Immutable, Traversable[KeyValue], GenTraversable[KeyValue], GenericTraversableTemplate[KeyValue, IndexedSeq], TraversableLike[KeyValue, Query], GenTraversableLike[KeyValue, Query], Parallelizable[KeyValue, ParSeq[KeyValue]], TraversableOnce[KeyValue], GenTraversableOnce[KeyValue], FilterMonadic[KeyValue, Query], HasNewBuilder[KeyValue, Query], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Query
  2. Renderable
  3. QueryOps
  4. IndexedSeqOptimized
  5. IndexedSeq
  6. IndexedSeq
  7. IndexedSeqLike
  8. Seq
  9. Seq
  10. SeqLike
  11. GenSeq
  12. GenSeqLike
  13. PartialFunction
  14. Function1
  15. Iterable
  16. Iterable
  17. IterableLike
  18. Equals
  19. GenIterable
  20. GenIterableLike
  21. Traversable
  22. Immutable
  23. Traversable
  24. GenTraversable
  25. GenericTraversableTemplate
  26. TraversableLike
  27. GenTraversableLike
  28. Parallelizable
  29. TraversableOnce
  30. GenTraversableOnce
  31. FilterMonadic
  32. HasNewBuilder
  33. AnyRef
  34. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by MonadOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  7. by alternateImplicit
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Elements extends AbstractIterator[A] with BufferedIterator[A] with Serializable
    Attributes
    protected
    Definition Classes
    IndexedSeqLike
    Annotations
    @SerialVersionUID()
  2. type Self = Query
    Attributes
    protected
    Definition Classes
    QueryQueryOps → TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Query to any2stringadd[Query] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def +*?[T](values: Seq[T])(implicit arg0: QueryParam[T], arg1: QueryParamEncoder[T]): Self

    alias for withQueryParam

    alias for withQueryParam

    Definition Classes
    QueryOps
  5. def +*?[T](value: T)(implicit arg0: QueryParam[T], arg1: QueryParamEncoder[T]): Self

    alias for withQueryParam

    alias for withQueryParam

    Definition Classes
    QueryOps
  6. def ++[B >: KeyValue, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  7. def ++:[B >: KeyValue, That](that: Traversable[B])(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    TraversableLike
  8. def ++:[B >: KeyValue, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    TraversableLike
  9. def +:[B >: KeyValue, That](elem: B)(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    Query → SeqLike → GenSeqLike
  10. def +?[K, T](name: K, values: Seq[T])(implicit arg0: QueryParamKeyLike[K], arg1: QueryParamEncoder[T]): Self

    alias for withQueryParam

    alias for withQueryParam

    Definition Classes
    QueryOps
  11. def +?[K](name: K)(implicit arg0: QueryParamKeyLike[K]): Self

    alias for withQueryParam

    alias for withQueryParam

    Definition Classes
    QueryOps
  12. def +?[K, T](name: K, value: T)(implicit arg0: QueryParamKeyLike[K], arg1: QueryParamEncoder[T]): Self

    alias for withQueryParam

    alias for withQueryParam

    Definition Classes
    QueryOps
  13. def +?[T](implicit arg0: QueryParam[T]): Self

    alias for withQueryParam

    alias for withQueryParam

    Definition Classes
    QueryOps
  14. def +??[T](value: Option[T])(implicit arg0: QueryParam[T], arg1: QueryParamEncoder[T]): Self

    alias for withOptionQueryParam

    alias for withOptionQueryParam

    Definition Classes
    QueryOps
  15. def +??[K, T](name: K, value: Option[T])(implicit arg0: QueryParamKeyLike[K], arg1: QueryParamEncoder[T]): Self

    alias for withOptionQueryParam

    alias for withOptionQueryParam

    Definition Classes
    QueryOps
  16. def +??[T](value: Maybe[T])(implicit arg0: QueryParam[T], arg1: QueryParamEncoder[T]): Self

    alias for withMaybeQueryParam

    alias for withMaybeQueryParam

    Definition Classes
    QueryOps
  17. def +??[K, T](name: K, value: Maybe[T])(implicit arg0: QueryParamKeyLike[K], arg1: QueryParamEncoder[T]): Self

    alias for withMaybeQueryParam

    alias for withMaybeQueryParam

    Definition Classes
    QueryOps
  18. def ->[B](y: B): (Query, B)
    Implicit
    This member is added by an implicit conversion from Query to ArrowAssoc[Query] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  19. def -?[K](key: K)(implicit arg0: QueryParamKeyLike[K]): Self

    alias for removeQueryParam

    alias for removeQueryParam

    Definition Classes
    QueryOps
  20. def -?[T](implicit key: QueryParam[T]): Self

    alias for removeQueryParam

    alias for removeQueryParam

    Definition Classes
    QueryOps
  21. def /:[B](z: B)(op: (B, KeyValue) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  22. def :+[B >: KeyValue, That](elem: B)(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    Query → SeqLike → GenSeqLike
  23. def :\[B](z: B)(op: (KeyValue, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def =?[T](q: Map[String, Seq[T]])(implicit arg0: QueryParamEncoder[T]): Self

    alias for setQueryParams

    alias for setQueryParams

    Definition Classes
    QueryOps
  26. def ?[K](name: K)(implicit arg0: QueryParamKeyLike[K]): Boolean

    alias for containsQueryParam

    alias for containsQueryParam

    Definition Classes
    QueryOps
  27. def addString(b: StringBuilder): StringBuilder
    Definition Classes
    TraversableOnce
  28. def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    TraversableOnce
  29. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    TraversableOnce
  30. def aggregate[B](z: ⇒ B)(seqop: (B, KeyValue) ⇒ B, combop: (B, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  31. def andThen[C](k: (KeyValue) ⇒ C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  32. def apply(idx: Int): KeyValue
    Definition Classes
    Query → SeqLike → GenSeqLike → Function1
  33. def applyOrElse[A1 <: Int, B1 >: KeyValue](x: A1, default: (A1) ⇒ B1): B1
    Definition Classes
    PartialFunction
  34. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  35. def canEqual(that: Any): Boolean
    Definition Classes
    IterableLike → Equals
  36. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def collect[B, That](pf: PartialFunction[KeyValue, B])(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  38. def collectFirst[B](pf: PartialFunction[KeyValue, B]): Option[B]
    Definition Classes
    TraversableOnce
  39. def combinations(n: Int): Iterator[Query]
    Definition Classes
    SeqLike
  40. def companion: GenericCompanion[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → GenSeq → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  41. def compose[A](g: (A) ⇒ Int): (A) ⇒ KeyValue
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  42. def contains[A1 >: KeyValue](elem: A1): Boolean
    Definition Classes
    SeqLike
  43. def containsQueryParam[K](key: K)(implicit arg0: QueryParamKeyLike[K]): Boolean
    Definition Classes
    QueryOps
  44. def containsQueryParam[T](implicit key: QueryParam[T]): Boolean

    Checks if a specified parameter exists in the Query.

    Checks if a specified parameter exists in the Query. A parameter without a name can be checked with an empty string.

    Definition Classes
    QueryOps
  45. def containsSlice[B](that: GenSeq[B]): Boolean
    Definition Classes
    SeqLike
  46. def copyToArray[B >: KeyValue](xs: Array[B], start: Int, len: Int): Unit
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  47. def copyToArray[B >: KeyValue](xs: Array[B]): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def copyToArray[B >: KeyValue](xs: Array[B], start: Int): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  49. def copyToBuffer[B >: KeyValue](dest: Buffer[B]): Unit
    Definition Classes
    TraversableOnce
  50. def corresponds[B](that: GenSeq[B])(p: (KeyValue, B) ⇒ Boolean): Boolean
    Definition Classes
    SeqLike → GenSeqLike
  51. def count(p: (KeyValue) ⇒ Boolean): Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  52. def diff[B >: KeyValue](that: GenSeq[B]): Query
    Definition Classes
    SeqLike → GenSeqLike
  53. def distinct: Query
    Definition Classes
    SeqLike → GenSeqLike
  54. def drop(n: Int): Query
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  55. def dropRight(n: Int): Query
    Definition Classes
    IndexedSeqOptimized → IterableLike
  56. def dropWhile(p: (KeyValue) ⇒ Boolean): Query
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  57. def endsWith[B](that: GenSeq[B]): Boolean
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  58. def ensuring(cond: (Query) ⇒ Boolean, msg: ⇒ Any): Query
    Implicit
    This member is added by an implicit conversion from Query to Ensuring[Query] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  59. def ensuring(cond: (Query) ⇒ Boolean): Query
    Implicit
    This member is added by an implicit conversion from Query to Ensuring[Query] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  60. def ensuring(cond: Boolean, msg: ⇒ Any): Query
    Implicit
    This member is added by an implicit conversion from Query to Ensuring[Query] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  61. def ensuring(cond: Boolean): Query
    Implicit
    This member is added by an implicit conversion from Query to Ensuring[Query] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  62. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. def equals(that: Any): Boolean
    Definition Classes
    GenSeqLike → Equals → Any
  64. def exists(p: (KeyValue) ⇒ Boolean): Boolean
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  65. def filter(p: (KeyValue) ⇒ Boolean): Query
    Definition Classes
    TraversableLike → GenTraversableLike
  66. def filterNot(p: (KeyValue) ⇒ Boolean): Query
    Definition Classes
    TraversableLike → GenTraversableLike
  67. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  68. def find(p: (KeyValue) ⇒ Boolean): Option[KeyValue]
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  69. def flatMap[B, That](f: (KeyValue) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  70. def flatten[B](implicit asTraversable: (KeyValue) ⇒ GenTraversableOnce[B]): IndexedSeq[B]
    Definition Classes
    GenericTraversableTemplate
  71. def fold[A1 >: KeyValue](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  72. def foldLeft[B](z: B)(op: (B, KeyValue) ⇒ B): B
    Definition Classes
    IndexedSeqOptimized → TraversableOnce → GenTraversableOnce
  73. def foldRight[B](z: B)(op: (KeyValue, B) ⇒ B): B
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  74. def forall(p: (KeyValue) ⇒ Boolean): Boolean
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  75. def foreach[U](f: (KeyValue) ⇒ U): Unit
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  76. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Query to StringFormat[Query] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  77. def genericBuilder[B]: Builder[B, IndexedSeq[B]]
    Definition Classes
    GenericTraversableTemplate
  78. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  79. def groupBy[K](f: (KeyValue) ⇒ K): Map[K, Query]
    Definition Classes
    TraversableLike → GenTraversableLike
  80. def grouped(size: Int): Iterator[Query]
    Definition Classes
    IterableLike
  81. def hasDefiniteSize: Boolean
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  82. def hashCode(): Int
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  83. def head: KeyValue
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  84. def headOption: Option[KeyValue]
    Definition Classes
    TraversableLike → GenTraversableLike
  85. def indexOf[B >: KeyValue](elem: B, from: Int): Int
    Definition Classes
    GenSeqLike
  86. def indexOf[B >: KeyValue](elem: B): Int
    Definition Classes
    GenSeqLike
  87. def indexOfSlice[B >: KeyValue](that: GenSeq[B], from: Int): Int
    Definition Classes
    SeqLike
  88. def indexOfSlice[B >: KeyValue](that: GenSeq[B]): Int
    Definition Classes
    SeqLike
  89. def indexWhere(p: (KeyValue) ⇒ Boolean, from: Int): Int
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  90. def indexWhere(p: (KeyValue) ⇒ Boolean): Int
    Definition Classes
    GenSeqLike
  91. def indices: Range
    Definition Classes
    SeqLike
  92. def init: Query
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  93. def inits: Iterator[Query]
    Definition Classes
    TraversableLike
  94. def intersect[B >: KeyValue](that: GenSeq[B]): Query
    Definition Classes
    SeqLike → GenSeqLike
  95. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    GenSeqLike
  96. def isEmpty: Boolean
    Definition Classes
    IndexedSeqOptimized → SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  97. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  98. final def isTraversableAgain: Boolean
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  99. def iterator: Iterator[KeyValue]
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  100. def last: KeyValue
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  101. def lastIndexOf[B >: KeyValue](elem: B, end: Int): Int
    Definition Classes
    GenSeqLike
  102. def lastIndexOf[B >: KeyValue](elem: B): Int
    Definition Classes
    GenSeqLike
  103. def lastIndexOfSlice[B >: KeyValue](that: GenSeq[B], end: Int): Int
    Definition Classes
    SeqLike
  104. def lastIndexOfSlice[B >: KeyValue](that: GenSeq[B]): Int
    Definition Classes
    SeqLike
  105. def lastIndexWhere(p: (KeyValue) ⇒ Boolean, end: Int): Int
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  106. def lastIndexWhere(p: (KeyValue) ⇒ Boolean): Int
    Definition Classes
    GenSeqLike
  107. def lastOption: Option[KeyValue]
    Definition Classes
    TraversableLike → GenTraversableLike
  108. def length: Int
    Definition Classes
    Query → SeqLike → GenSeqLike
  109. def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOptimized → SeqLike
  110. def lift: (Int) ⇒ Option[KeyValue]
    Definition Classes
    PartialFunction
  111. def map[B, That](f: (KeyValue) ⇒ B)(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  112. def max[B >: KeyValue](implicit cmp: Ordering[B]): KeyValue
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def maxBy[B](f: (KeyValue) ⇒ B)(implicit cmp: Ordering[B]): KeyValue
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def min[B >: KeyValue](implicit cmp: Ordering[B]): KeyValue
    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def minBy[B](f: (KeyValue) ⇒ B)(implicit cmp: Ordering[B]): KeyValue
    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def mkString: String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def mkString(sep: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. lazy val multiParams: Map[String, Seq[String]]

    Map[String, Seq[String] ] representation of the Query

    Map[String, Seq[String] ] representation of the Query

    Params are represented as a Seq[String] and may be empty.

  120. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  121. def newBuilder: Builder
    Attributes
    protected[this]
    Definition Classes
    Query → GenericTraversableTemplate → TraversableLike → HasNewBuilder
  122. def nonEmpty: Boolean
    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. final def notify(): Unit
    Definition Classes
    AnyRef
  124. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  125. def orElse[A1 <: Int, B1 >: KeyValue](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  126. def padTo[B >: KeyValue, That](len: Int, elem: B)(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    SeqLike → GenSeqLike
  127. def par: ParSeq[KeyValue]
    Definition Classes
    Parallelizable
  128. def parCombiner: Combiner[KeyValue, ParSeq[KeyValue]]
    Attributes
    protected[this]
    Definition Classes
    Seq → SeqLike → Iterable → TraversableLike → Parallelizable
  129. def params: Map[String, String]

    Map[String, String] representation of the Query

    Map[String, String] representation of the Query

    If multiple values exist for a key, the first is returned. If none exist, the empty String "" is returned.

  130. def partition(p: (KeyValue) ⇒ Boolean): (Query, Query)
    Definition Classes
    TraversableLike → GenTraversableLike
  131. def patch[B >: KeyValue, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    SeqLike → GenSeqLike
  132. def permutations: Iterator[Query]
    Definition Classes
    SeqLike
  133. def prefixLength(p: (KeyValue) ⇒ Boolean): Int
    Definition Classes
    GenSeqLike
  134. def product[B >: KeyValue](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  135. val query: Query
    Attributes
    protected
    Definition Classes
    QueryQueryOps
  136. def reduce[A1 >: KeyValue](op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def reduceLeft[B >: KeyValue](op: (B, KeyValue) ⇒ B): B
    Definition Classes
    IndexedSeqOptimized → TraversableOnce
  138. def reduceLeftOption[B >: KeyValue](op: (B, KeyValue) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def reduceOption[A1 >: KeyValue](op: (A1, A1) ⇒ A1): Option[A1]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  140. def reduceRight[B >: KeyValue](op: (KeyValue, B) ⇒ B): B
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  141. def reduceRightOption[B >: KeyValue](op: (KeyValue, B) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  142. def removeQueryParam[K](key: K)(implicit arg0: QueryParamKeyLike[K]): Self

    Creates maybe a new Self without the specified parameter in query.

    Creates maybe a new Self without the specified parameter in query. If no parameter with the given key exists then this will be returned.

    Definition Classes
    QueryOps
  143. def render(writer: Writer): writer.type

    Render the Query as a String.

    Render the Query as a String.

    Pairs are separated by '&' and keys are separated from values by '='

    Definition Classes
    QueryRenderable
  144. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  145. def replaceQuery(query: Query): Self
    Attributes
    protected
    Definition Classes
    QueryQueryOps
  146. def repr: Query
    Definition Classes
    TraversableLike → GenTraversableLike
  147. def reverse: Query
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  148. def reverseIterator: Iterator[KeyValue]
    Definition Classes
    IndexedSeqOptimized → SeqLike
  149. def reverseMap[B, That](f: (KeyValue) ⇒ B)(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    SeqLike → GenSeqLike
  150. def reversed: List[KeyValue]
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  151. def runWith[U](action: (KeyValue) ⇒ U): (Int) ⇒ Boolean
    Definition Classes
    PartialFunction
  152. def sameElements[B >: KeyValue](that: GenIterable[B]): Boolean
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  153. def scan[B >: KeyValue, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  154. def scanLeft[B, That](z: B)(op: (B, KeyValue) ⇒ B)(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  155. def scanRight[B, That](z: B)(op: (KeyValue, B) ⇒ B)(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  156. def segmentLength(p: (KeyValue) ⇒ Boolean, from: Int): Int
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  157. def self: Self
    Attributes
    protected
    Definition Classes
    QueryQueryOps
  158. def seq: IndexedSeq[KeyValue]
    Definition Classes
    IndexedSeq → IndexedSeq → IndexedSeqLike → Seq → Seq → GenSeq → GenSeqLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  159. def setQueryParams[K, T](params: Map[K, Seq[T]])(implicit arg0: QueryParamKeyLike[K], arg1: QueryParamEncoder[T]): Self

    Creates maybe a new Self with the specified parameters.

    Creates maybe a new Self with the specified parameters. The entire Query will be replaced with the given one.

    Definition Classes
    QueryOps
  160. def size: Int
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  161. def sizeHintIfCheap: Int
    Attributes
    protected[scala.collection]
    Definition Classes
    IndexedSeqLike → GenTraversableOnce
  162. def slice(from: Int, until: Int): Query
    Definition Classes
    Query → IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  163. def sliding(size: Int, step: Int): Iterator[Query]
    Definition Classes
    IterableLike
  164. def sliding(size: Int): Iterator[Query]
    Definition Classes
    IterableLike
  165. def sortBy[B](f: (KeyValue) ⇒ B)(implicit ord: Ordering[B]): Query
    Definition Classes
    SeqLike
  166. def sortWith(lt: (KeyValue, KeyValue) ⇒ Boolean): Query
    Definition Classes
    SeqLike
  167. def sorted[B >: KeyValue](implicit ord: Ordering[B]): Query
    Definition Classes
    SeqLike
  168. def span(p: (KeyValue) ⇒ Boolean): (Query, Query)
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  169. def splitAt(n: Int): (Query, Query)
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  170. def startsWith[B](that: GenSeq[B], offset: Int): Boolean
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  171. def startsWith[B](that: GenSeq[B]): Boolean
    Definition Classes
    GenSeqLike
  172. def stringPrefix: String
    Definition Classes
    TraversableLike → GenTraversableLike
  173. def sum[B >: KeyValue](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  174. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  175. def tail: Query
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  176. def tails: Iterator[Query]
    Definition Classes
    TraversableLike
  177. def take(n: Int): Query
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  178. def takeRight(n: Int): Query
    Definition Classes
    IndexedSeqOptimized → IterableLike
  179. def takeWhile(p: (KeyValue) ⇒ Boolean): Query
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  180. def thisCollection: IndexedSeq[KeyValue]
    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  181. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, KeyValue, Col[KeyValue]]): Col[KeyValue]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  182. def toArray[B >: KeyValue](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  183. def toBuffer[A1 >: KeyValue]: Buffer[A1]
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  184. def toCollection(repr: Query): IndexedSeq[KeyValue]
    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  185. def toIndexedSeq: IndexedSeq[KeyValue]
    Definition Classes
    IndexedSeq → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  186. def toIterable: Iterable[KeyValue]
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  187. def toIterator: Iterator[KeyValue]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  188. def toList: List[KeyValue]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  189. def toMap[T, U](implicit ev: <:<[KeyValue, (T, U)]): Map[T, U]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  190. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from Query to CollectionsHaveToParArray[Query, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (Query) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  191. def toSeq: Seq[KeyValue]
    Definition Classes
    Seq → SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  192. def toSet[B >: KeyValue]: Set[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  193. def toStream: Stream[KeyValue]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  194. def toString(): String
    Definition Classes
    Renderable → Any
  195. def toTraversable: Traversable[KeyValue]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  196. def toVector: Vector[(String, Option[String])]
    Definition Classes
    Query → TraversableOnce → GenTraversableOnce
  197. def transpose[B](implicit asTraversable: (KeyValue) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  198. def union[B >: KeyValue, That](that: GenSeq[B])(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    SeqLike → GenSeqLike
  199. def unzip[A1, A2](implicit asPair: (KeyValue) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    GenericTraversableTemplate
  200. def unzip3[A1, A2, A3](implicit asTriple: (KeyValue) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    GenericTraversableTemplate
  201. def updated[B >: KeyValue, That](index: Int, elem: B)(implicit bf: CanBuildFrom[Query, B, That]): That
    Definition Classes
    SeqLike → GenSeqLike
  202. def view(from: Int, until: Int): SeqView[KeyValue, Query]
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  203. def view: SeqView[KeyValue, Query]
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  204. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  205. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  206. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  207. def withFilter(p: (KeyValue) ⇒ Boolean): FilterMonadic[KeyValue, Query]
    Definition Classes
    TraversableLike → FilterMonadic
  208. def withMaybeQueryParam[T](value: Maybe[T])(implicit arg0: QueryParam[T], arg1: QueryParamEncoder[T]): Self

    Creates maybe a new Self with the specified parameter in the Query.

    Creates maybe a new Self with the specified parameter in the Query. If the value is empty or if the parameter to be added equal the existing entry the same instance of Self will be returned. If a parameter with the given name already exists the values will be replaced.

    Definition Classes
    QueryOps
  209. def withMaybeQueryParam[T, K](key: K, value: Maybe[T])(implicit arg0: QueryParamEncoder[T], arg1: QueryParamKeyLike[K]): Self

    Creates maybe a new Self with the specified parameter in the Query.

    Creates maybe a new Self with the specified parameter in the Query. If the value is empty the same instance of Self will be returned. If a parameter with the given key already exists the values will be replaced.

    Definition Classes
    QueryOps
  210. def withOptionQueryParam[T](value: Option[T])(implicit arg0: QueryParam[T], arg1: QueryParamEncoder[T]): Self

    Creates maybe a new Self with the specified parameter in the Query.

    Creates maybe a new Self with the specified parameter in the Query. If the value is empty or if the parameter to be added equal the existing entry the same instance of Self will be returned. If a parameter with the given name already exists the values will be replaced.

    Definition Classes
    QueryOps
  211. def withOptionQueryParam[T, K](key: K, value: Option[T])(implicit arg0: QueryParamEncoder[T], arg1: QueryParamKeyLike[K]): Self

    Creates maybe a new Self with the specified parameter in the Query.

    Creates maybe a new Self with the specified parameter in the Query. If the value is empty or if the parameter to be added equal the existing entry the same instance of Self will be returned. If a parameter with the given key already exists the values will be replaced.

    Definition Classes
    QueryOps
  212. def withQueryParam[T, K](key: K, values: Seq[T])(implicit arg0: QueryParamEncoder[T], arg1: QueryParamKeyLike[K]): Self

    Creates maybe a new Self with the specified parameters in the Query.

    Creates maybe a new Self with the specified parameters in the Query. If a parameter with the given key already exists the values will be replaced.

    Definition Classes
    QueryOps
  213. def withQueryParam[T, K](key: K, value: T)(implicit arg0: QueryParamEncoder[T], arg1: QueryParamKeyLike[K]): Self

    Creates maybe a new Self with the specified parameter in the Query.

    Creates maybe a new Self with the specified parameter in the Query. If a parameter with the given key already exists the values will be replaced. If the parameter to be added equal the existing entry the same instance of Self will be returned.

    Definition Classes
    QueryOps
  214. def withQueryParam[K](key: K)(implicit arg0: QueryParamKeyLike[K]): Self

    Creates a new Self with the specified parameter in the Query.

    Creates a new Self with the specified parameter in the Query. If a parameter with the given key already exists the values will be replaced with an empty list.

    Definition Classes
    QueryOps
  215. def withQueryParam[T](implicit arg0: QueryParam[T]): Self

    Creates a new Self with the specified parameter in the Query.

    Creates a new Self with the specified parameter in the Query. If a parameter with the given QueryParam.key already exists the values will be replaced with an empty list.

    Definition Classes
    QueryOps
  216. def zip[A1 >: KeyValue, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Query, (A1, B), That]): That
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  217. def zipAll[B, A1 >: KeyValue, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Query, (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  218. def zipWithIndex[A1 >: KeyValue, That](implicit bf: CanBuildFrom[Query, (A1, Int), That]): That
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  219. def [B](y: B): (Query, B)
    Implicit
    This member is added by an implicit conversion from Query to ArrowAssoc[Query] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: (KeyValue) ⇒ Boolean): TraversableOnce[KeyValue]
    Implicit
    This member is added by an implicit conversion from Query to MonadOps[KeyValue] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (query: MonadOps[KeyValue]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (KeyValue) ⇒ GenTraversableOnce[B]): TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from Query to MonadOps[KeyValue] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (query: MonadOps[KeyValue]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (KeyValue) ⇒ B): TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from Query to MonadOps[KeyValue] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (query: MonadOps[KeyValue]).map(f)
    Definition Classes
    MonadOps
  4. def withFilter(p: (KeyValue) ⇒ Boolean): Iterator[KeyValue]
    Implicit
    This member is added by an implicit conversion from Query to MonadOps[KeyValue] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (query: MonadOps[KeyValue]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from Renderable

Inherited from QueryOps

Inherited from IndexedSeqOptimized[KeyValue, Query]

Inherited from IndexedSeq[KeyValue]

Inherited from IndexedSeq[KeyValue]

Inherited from IndexedSeqLike[KeyValue, Query]

Inherited from Seq[KeyValue]

Inherited from Seq[KeyValue]

Inherited from SeqLike[KeyValue, Query]

Inherited from GenSeq[KeyValue]

Inherited from GenSeqLike[KeyValue, Query]

Inherited from PartialFunction[Int, KeyValue]

Inherited from (Int) ⇒ KeyValue

Inherited from Iterable[KeyValue]

Inherited from Iterable[KeyValue]

Inherited from IterableLike[KeyValue, Query]

Inherited from Equals

Inherited from GenIterable[KeyValue]

Inherited from GenIterableLike[KeyValue, Query]

Inherited from Traversable[KeyValue]

Inherited from Immutable

Inherited from Traversable[KeyValue]

Inherited from GenTraversable[KeyValue]

Inherited from GenericTraversableTemplate[KeyValue, IndexedSeq]

Inherited from TraversableLike[KeyValue, Query]

Inherited from GenTraversableLike[KeyValue, Query]

Inherited from Parallelizable[KeyValue, ParSeq[KeyValue]]

Inherited from TraversableOnce[KeyValue]

Inherited from GenTraversableOnce[KeyValue]

Inherited from FilterMonadic[KeyValue, Query]

Inherited from HasNewBuilder[KeyValue, Query]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from Query to CollectionsHaveToParArray[Query, T]

Inherited by implicit conversion MonadOps from Query to MonadOps[KeyValue]

Inherited by implicit conversion any2stringadd from Query to any2stringadd[Query]

Inherited by implicit conversion StringFormat from Query to StringFormat[Query]

Inherited by implicit conversion Ensuring from Query to Ensuring[Query]

Inherited by implicit conversion ArrowAssoc from Query to ArrowAssoc[Query]

Inherited by implicit conversion alternateImplicit from Query to ForceImplicitAmbiguity

Ungrouped