final case class QueryParams(map: Map[String, Chunk[String]]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryParams
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++(that: QueryParams): QueryParams
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(key: String, value: String): QueryParams
- def addAll(key: String, value: Chunk[String]): QueryParams
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def encode(charset: Charset): String
- def encode: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- QueryParams → Equals → AnyRef → Any
- def filter(p: ((String, Chunk[String])) => Boolean): QueryParams
- def get(key: String): Option[Chunk[String]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getOrElse(key: String, default: => Iterable[String]): Chunk[String]
- def hashCode(): Int
- Definition Classes
- QueryParams → AnyRef → Any
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val map: Map[String, Chunk[String]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
- def normalize: QueryParams
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def remove(key: String): QueryParams
- def removeAll(keys: Iterable[String]): QueryParams
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toForm: Form
- 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])