Empty
Attributes
- Source
- Query.scala
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Querytrait Renderabletrait QueryOpsclass Objecttrait Matchableclass AnyShow all
- Self type
-
Empty.type
Members list
Type members
Inherited types
The names of the product elements
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
The mirrored *-type
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Inherited and Abstract types
The name of the type
Value members
Concrete methods
Attributes
- Source
- Query.scala
Base method for rendering this object efficiently
Inherited methods
alias for withQueryParam
alias for withQueryParamValue
Attributes
- Inherited from:
- Query
- Source
- Query.scala
alias for withQueryParam
alias for withQueryParam
scala> import org.http4s.implicits._
scala> uri"www.scala.com".++?("key" -> List("value1", "value2", "value3"))
res1: Uri = www.scala.com?key=value1&key=value2&key=value3
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
Attributes
- Inherited from:
- Query
- Source
- Query.scala
alias for withQueryParam
alias for withQueryParam
alias for withQueryParam
alias for withOptionQueryParam
alias for withOptionQueryParam
alias for removeQueryParam
alias for removeQueryParam
Attributes
- Inherited from:
- Query
- Source
- Query.scala
alias for setQueryParams
alias for containsQueryParam
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
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.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
Attributes
- Inherited from:
- Query
- Source
- Query.scala
Attributes
- Inherited from:
- Query
- Source
- Query.scala
Attributes
- Inherited from:
- Query
- Source
- Query.scala
Attributes
- Inherited from:
- Query
- Source
- Query.scala
Create a new instance of type T with elements taken from product p.
Create a new instance of type T with elements taken from product p.
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Attributes
- Inherited from:
- Query
- Source
- Query.scala
Attributes
- Inherited from:
- Query
- Source
- Query.scala
Attributes
- Inherited from:
- Query
- Source
- Query.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
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.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
Generates a String rendering of this object
Generates a String rendering of this object
Attributes
- Inherited from:
- Renderable
- Source
- Renderable.scala
Creates maybe a new Self with the specified parameters.
Creates maybe a new Self with the specified parameters. If any of the given parameters' keys already exists, the value(s) will be replaced.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Renderable -> Any
- Inherited from:
- Renderable
- Source
- Renderable.scala
Creates maybe a new Self with all the specified parameters in the Query.
Creates maybe a new Self with all the specified parameters in the Query. If any of the given parameters' keys already exists, the value(s) will be replaced. Parameters from the input map are added left-to-right, so if a parameter with a given key is specified more than once, it will be self-overwriting.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
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.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
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.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
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.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
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.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
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.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
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.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
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 value(s) will be replaced.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
Creates maybe a new Self with all the specified parameters in the Query.
Creates maybe a new Self with all the specified parameters in the Query. If any of the given parameters' keys already exists, the value(s) will be replaced. Parameters from the input map are added left-to-right, so if a parameter with a given key is specified more than once, it will be self-overwriting.
Attributes
- Inherited from:
- QueryOps
- Source
- QueryOps.scala
Inherited fields
Map[String, List[String]] representation of the Query
Map[String, List[String]] representation of the Query
Params are represented as a List[String] and may be empty.
Attributes
- Inherited from:
- Query
- Source
- Query.scala