Query

korolev.web.Query
sealed trait Query extends PathAndQuery

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class :&
class :?

Members list

Concise view

Value members

Concrete methods

def :&(next: (String, String)): Query

Inherited methods

Attributes

Inherited from:
PathAndQuery
def endsWith(value: String): Boolean

Attributes

Inherited from:
PathAndQuery
def mkString: String

Attributes

Inherited from:
PathAndQuery
def mkString(builder: StringBuilder): Unit

Attributes

Inherited from:
PathAndQuery
def param(name: String): Option[String]

Attributes

Inherited from:
PathAndQuery
def startsWith(value: String): Boolean

Attributes

Inherited from:
PathAndQuery
def withParam(key: String, value: Option[String]): PathAndQuery

Attributes

Inherited from:
PathAndQuery
def withParam(key: String, value: String): PathAndQuery

Attributes

Inherited from:
PathAndQuery
def withParams(params: Map[String, String]): PathAndQuery

Attributes

Inherited from:
PathAndQuery
def withParams(params: Option[String]): PathAndQuery

Attributes

Inherited from:
PathAndQuery