:&

korolev.web.PathAndQuery$.:&
final case class :&(prev: Query, next: (String, String)) extends Query

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
Query

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 productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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