Class/Object

org.http4s

Query

Related Docs: object Query | package http4s

Permalink

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 '='

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
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Elements extends AbstractIterator[A] with BufferedIterator[A] with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    IndexedSeqLike
    Annotations
    @SerialVersionUID()
  2. type Self = Query

    Permalink
    Attributes
    protected
    Definition Classes
    QueryQueryOps → TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +*?[T](values: Seq[T])(implicit arg0: QueryParam[T], arg1: QueryParamEncoder[T]): Self

    Permalink

    alias for withQueryParam

    alias for withQueryParam

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

    Permalink

    alias for withQueryParam

    alias for withQueryParam

    Definition Classes
    QueryOps
  5. def ++[B >: KeyValue, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  6. def ++:[B >: KeyValue, That](that: Traversable[B])(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  7. def ++:[B >: KeyValue, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  8. def +:[B >: KeyValue, That](elem: B)(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    Query → SeqLike → GenSeqLike
  9. def +?[K, T](name: K, values: Seq[T])(implicit arg0: QueryParamKeyLike[K], arg1: QueryParamEncoder[T]): Self

    Permalink

    alias for withQueryParam

    alias for withQueryParam

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

    Permalink

    alias for withQueryParam

    alias for withQueryParam

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

    Permalink

    alias for withQueryParam

    alias for withQueryParam

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

    Permalink

    alias for withQueryParam

    alias for withQueryParam

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

    Permalink

    alias for withOptionQueryParam

    alias for withOptionQueryParam

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

    Permalink

    alias for withOptionQueryParam

    alias for withOptionQueryParam

    Definition Classes
    QueryOps
  15. def -?[K](key: K)(implicit arg0: QueryParamKeyLike[K]): Self

    Permalink

    alias for removeQueryParam

    alias for removeQueryParam

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

    Permalink

    alias for removeQueryParam

    alias for removeQueryParam

    Definition Classes
    QueryOps
  17. def /:[B](z: B)(op: (B, KeyValue) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  18. def :+[B >: KeyValue, That](elem: B)(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    Query → SeqLike → GenSeqLike
  19. def :\[B](z: B)(op: (KeyValue, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  20. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def =?[T](q: Map[String, Seq[T]])(implicit arg0: QueryParamEncoder[T]): Self

    Permalink

    alias for setQueryParams

    alias for setQueryParams

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

    Permalink

    alias for containsQueryParam

    alias for containsQueryParam

    Definition Classes
    QueryOps
  23. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  24. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  25. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  26. def aggregate[B](z: ⇒ B)(seqop: (B, KeyValue) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def andThen[C](k: (KeyValue) ⇒ C): PartialFunction[Int, C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  28. def apply(idx: Int): KeyValue

    Permalink
    Definition Classes
    Query → SeqLike → GenSeqLike → Function1
  29. def applyOrElse[A1 <: Int, B1 >: KeyValue](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Definition Classes
    PartialFunction
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  32. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def collect[B, That](pf: PartialFunction[KeyValue, B])(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  34. def collectFirst[B](pf: PartialFunction[KeyValue, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  35. def combinations(n: Int): Iterator[Query]

    Permalink
    Definition Classes
    SeqLike
  36. def companion: GenericCompanion[IndexedSeq]

    Permalink
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → GenSeq → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  37. def compose[A](g: (A) ⇒ Int): (A) ⇒ KeyValue

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  38. def contains[A1 >: KeyValue](elem: A1): Boolean

    Permalink
    Definition Classes
    SeqLike
  39. def containsQueryParam[K](key: K)(implicit arg0: QueryParamKeyLike[K]): Boolean

    Permalink
    Definition Classes
    QueryOps
  40. def containsQueryParam[T](implicit key: QueryParam[T]): Boolean

    Permalink

    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
  41. def containsSlice[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    SeqLike
  42. def copyToArray[B >: KeyValue](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  43. def copyToArray[B >: KeyValue](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  44. def copyToArray[B >: KeyValue](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  45. def copyToBuffer[B >: KeyValue](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  46. def corresponds[B](that: GenSeq[B])(p: (KeyValue, B) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  47. def count(p: (KeyValue) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def diff[B >: KeyValue](that: GenSeq[B]): Query

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  49. def distinct: Query

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  50. def drop(n: Int): Query

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  51. def dropRight(n: Int): Query

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike
  52. def dropWhile(p: (KeyValue) ⇒ Boolean): Query

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  53. def endsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  54. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  55. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    GenSeqLike → Equals → Any
  56. def exists(p: (KeyValue) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  57. def filter(p: (KeyValue) ⇒ Boolean): Query

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  58. def filterNot(p: (KeyValue) ⇒ Boolean): Query

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  59. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  60. def find(p: (KeyValue) ⇒ Boolean): Option[KeyValue]

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  61. def flatMap[B, That](f: (KeyValue) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  62. def flatten[B](implicit asTraversable: (KeyValue) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  63. def fold[A1 >: KeyValue](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  64. def foldLeft[B](z: B)(op: (B, KeyValue) ⇒ B): B

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableOnce → GenTraversableOnce
  65. def foldRight[B](z: B)(op: (KeyValue, B) ⇒ B): B

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  66. def forall(p: (KeyValue) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  67. def foreach[U](f: (KeyValue) ⇒ U): Unit

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  68. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  69. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  70. def groupBy[K](f: (KeyValue) ⇒ K): Map[K, Query]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  71. def grouped(size: Int): Iterator[Query]

    Permalink
    Definition Classes
    IterableLike
  72. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  73. def hashCode(): Int

    Permalink
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  74. def head: KeyValue

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  75. def headOption: Option[KeyValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  76. def indexOf[B >: KeyValue](elem: B, from: Int): Int

    Permalink
    Definition Classes
    GenSeqLike
  77. def indexOf[B >: KeyValue](elem: B): Int

    Permalink
    Definition Classes
    GenSeqLike
  78. def indexOfSlice[B >: KeyValue](that: GenSeq[B], from: Int): Int

    Permalink
    Definition Classes
    SeqLike
  79. def indexOfSlice[B >: KeyValue](that: GenSeq[B]): Int

    Permalink
    Definition Classes
    SeqLike
  80. def indexWhere(p: (KeyValue) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  81. def indexWhere(p: (KeyValue) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  82. def indices: Range

    Permalink
    Definition Classes
    SeqLike
  83. def init: Query

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  84. def inits: Iterator[Query]

    Permalink
    Definition Classes
    TraversableLike
  85. def intersect[B >: KeyValue](that: GenSeq[B]): Query

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  86. def isDefinedAt(idx: Int): Boolean

    Permalink
    Definition Classes
    GenSeqLike
  87. def isEmpty: Boolean

    Permalink
    Definition Classes
    IndexedSeqOptimized → SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  88. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  89. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  90. def iterator: Iterator[KeyValue]

    Permalink
    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  91. def last: KeyValue

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  92. def lastIndexOf[B >: KeyValue](elem: B, end: Int): Int

    Permalink
    Definition Classes
    GenSeqLike
  93. def lastIndexOf[B >: KeyValue](elem: B): Int

    Permalink
    Definition Classes
    GenSeqLike
  94. def lastIndexOfSlice[B >: KeyValue](that: GenSeq[B], end: Int): Int

    Permalink
    Definition Classes
    SeqLike
  95. def lastIndexOfSlice[B >: KeyValue](that: GenSeq[B]): Int

    Permalink
    Definition Classes
    SeqLike
  96. def lastIndexWhere(p: (KeyValue) ⇒ Boolean, end: Int): Int

    Permalink
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  97. def lastIndexWhere(p: (KeyValue) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  98. def lastOption: Option[KeyValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  99. def length: Int

    Permalink
    Definition Classes
    Query → SeqLike → GenSeqLike
  100. def lengthCompare(len: Int): Int

    Permalink
    Definition Classes
    IndexedSeqOptimized → SeqLike
  101. def lift: (Int) ⇒ Option[KeyValue]

    Permalink
    Definition Classes
    PartialFunction
  102. def map[B, That](f: (KeyValue) ⇒ B)(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  103. def max[B >: KeyValue](implicit cmp: Ordering[B]): KeyValue

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def maxBy[B](f: (KeyValue) ⇒ B)(implicit cmp: Ordering[B]): KeyValue

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. def min[B >: KeyValue](implicit cmp: Ordering[B]): KeyValue

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def minBy[B](f: (KeyValue) ⇒ B)(implicit cmp: Ordering[B]): KeyValue

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. lazy val multiParams: Map[String, Seq[String]]

    Permalink

    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.

  111. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  112. def newBuilder: Builder

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Query → GenericTraversableTemplate → TraversableLike → HasNewBuilder
  113. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  115. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  116. def orElse[A1 <: Int, B1 >: KeyValue](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  117. def padTo[B >: KeyValue, That](len: Int, elem: B)(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  118. def par: ParSeq[KeyValue]

    Permalink
    Definition Classes
    Parallelizable
  119. def parCombiner: Combiner[KeyValue, ParSeq[KeyValue]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Seq → SeqLike → Iterable → TraversableLike → Parallelizable
  120. def params: Map[String, String]

    Permalink

    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.

  121. def partition(p: (KeyValue) ⇒ Boolean): (Query, Query)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  122. def patch[B >: KeyValue, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  123. def permutations: Iterator[Query]

    Permalink
    Definition Classes
    SeqLike
  124. def prefixLength(p: (KeyValue) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  125. def product[B >: KeyValue](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. val query: Query

    Permalink
    Attributes
    protected
    Definition Classes
    QueryQueryOps
  127. def reduce[A1 >: KeyValue](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  128. def reduceLeft[B >: KeyValue](op: (B, KeyValue) ⇒ B): B

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableOnce
  129. def reduceLeftOption[B >: KeyValue](op: (B, KeyValue) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def reduceOption[A1 >: KeyValue](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  131. def reduceRight[B >: KeyValue](op: (KeyValue, B) ⇒ B): B

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  132. def reduceRightOption[B >: KeyValue](op: (KeyValue, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def removeQueryParam[K](key: K)(implicit arg0: QueryParamKeyLike[K]): Self

    Permalink

    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
  134. def render(writer: Writer): writer.type

    Permalink

    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
  135. def renderString: String

    Permalink

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  136. def replaceQuery(query: Query): Self

    Permalink
    Attributes
    protected
    Definition Classes
    QueryQueryOps
  137. def repr: Query

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  138. def reverse: Query

    Permalink
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  139. def reverseIterator: Iterator[KeyValue]

    Permalink
    Definition Classes
    IndexedSeqOptimized → SeqLike
  140. def reverseMap[B, That](f: (KeyValue) ⇒ B)(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  141. def reversed: List[KeyValue]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  142. def runWith[U](action: (KeyValue) ⇒ U): (Int) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  143. def sameElements[B >: KeyValue](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  144. def scan[B >: KeyValue, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  145. def scanLeft[B, That](z: B)(op: (B, KeyValue) ⇒ B)(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  146. def scanRight[B, That](z: B)(op: (KeyValue, B) ⇒ B)(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    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.

  147. def segmentLength(p: (KeyValue) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  148. def self: Self

    Permalink
    Attributes
    protected
    Definition Classes
    QueryQueryOps
  149. def seq: IndexedSeq[KeyValue]

    Permalink
    Definition Classes
    IndexedSeq → IndexedSeq → IndexedSeqLike → Seq → Seq → GenSeq → GenSeqLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  150. def setQueryParams[K, T](params: Map[K, Seq[T]])(implicit arg0: QueryParamKeyLike[K], arg1: QueryParamEncoder[T]): Self

    Permalink

    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
  151. def size: Int

    Permalink
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  152. def slice(from: Int, until: Int): Query

    Permalink
    Definition Classes
    Query → IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  153. def sliding(size: Int, step: Int): Iterator[Query]

    Permalink
    Definition Classes
    IterableLike
  154. def sliding(size: Int): Iterator[Query]

    Permalink
    Definition Classes
    IterableLike
  155. def sortBy[B](f: (KeyValue) ⇒ B)(implicit ord: Ordering[B]): Query

    Permalink
    Definition Classes
    SeqLike
  156. def sortWith(lt: (KeyValue, KeyValue) ⇒ Boolean): Query

    Permalink
    Definition Classes
    SeqLike
  157. def sorted[B >: KeyValue](implicit ord: Ordering[B]): Query

    Permalink
    Definition Classes
    SeqLike
  158. def span(p: (KeyValue) ⇒ Boolean): (Query, Query)

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  159. def splitAt(n: Int): (Query, Query)

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  160. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Permalink
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  161. def startsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    GenSeqLike
  162. def stringPrefix: String

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  163. def sum[B >: KeyValue](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  164. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  165. def tail: Query

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  166. def tails: Iterator[Query]

    Permalink
    Definition Classes
    TraversableLike
  167. def take(n: Int): Query

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  168. def takeRight(n: Int): Query

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike
  169. def takeWhile(p: (KeyValue) ⇒ Boolean): Query

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  170. def thisCollection: IndexedSeq[KeyValue]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  171. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, KeyValue, Col[KeyValue]]): Col[KeyValue]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  172. def toArray[B >: KeyValue](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  173. def toBuffer[A1 >: KeyValue]: Buffer[A1]

    Permalink
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  174. def toCollection(repr: Query): IndexedSeq[KeyValue]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  175. def toIndexedSeq: IndexedSeq[KeyValue]

    Permalink
    Definition Classes
    IndexedSeq → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  176. def toIterable: Iterable[KeyValue]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  177. def toIterator: Iterator[KeyValue]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  178. def toList: List[KeyValue]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  179. def toMap[T, U](implicit ev: <:<[KeyValue, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  180. def toSeq: Seq[KeyValue]

    Permalink
    Definition Classes
    Seq → SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  181. def toSet[B >: KeyValue]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  182. def toStream: Stream[KeyValue]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  183. def toString(): String

    Permalink
    Definition Classes
    Renderable → Any
  184. def toTraversable: Traversable[KeyValue]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  185. def toVector: Vector[(String, Option[String])]

    Permalink
    Definition Classes
    Query → TraversableOnce → GenTraversableOnce
  186. def transpose[B](implicit asTraversable: (KeyValue) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  187. def union[B >: KeyValue, That](that: GenSeq[B])(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  188. def unzip[A1, A2](implicit asPair: (KeyValue) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  189. def unzip3[A1, A2, A3](implicit asTriple: (KeyValue) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  190. def updated[B >: KeyValue, That](index: Int, elem: B)(implicit bf: CanBuildFrom[Query, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  191. def view(from: Int, until: Int): SeqView[KeyValue, Query]

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  192. def view: SeqView[KeyValue, Query]

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  193. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  194. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  195. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  196. def withFilter(p: (KeyValue) ⇒ Boolean): FilterMonadic[KeyValue, Query]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  197. def withOptionQueryParam[T](value: Option[T])(implicit arg0: QueryParam[T], arg1: QueryParamEncoder[T]): Self

    Permalink

    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
  198. def withOptionQueryParam[T, K](key: K, value: Option[T])(implicit arg0: QueryParamEncoder[T], arg1: QueryParamKeyLike[K]): Self

    Permalink

    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
  199. def withQueryParam[T, K](key: K, values: Seq[T])(implicit arg0: QueryParamEncoder[T], arg1: QueryParamKeyLike[K]): Self

    Permalink

    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
  200. def withQueryParam[T, K](key: K, value: T)(implicit arg0: QueryParamEncoder[T], arg1: QueryParamKeyLike[K]): Self

    Permalink

    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
  201. def withQueryParam[K](key: K)(implicit arg0: QueryParamKeyLike[K]): Self

    Permalink

    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
  202. def withQueryParam[T](implicit arg0: QueryParam[T]): Self

    Permalink

    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
  203. def zip[A1 >: KeyValue, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Query, (A1, B), That]): That

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  204. def zipAll[B, A1 >: KeyValue, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Query, (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  205. def zipWithIndex[A1 >: KeyValue, That](implicit bf: CanBuildFrom[Query, (A1, Int), That]): That

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike

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

Ungrouped