MapQueryString

case class MapQueryString(initialValues: Seq[(String, Seq[String])], rawValue: String)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Value = Map[String, Seq[String]]

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val empty: Map[String, List[String]]
val uriPart: String