/

korolev.web.PathAndQuery$./
See the/ companion object
final case class /(prev: Path, value: String) extends Path

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Path
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Path
def ++(tail: Path): Path

Attributes

Inherited from:
Path
def /(s: String): Path

Attributes

Inherited from:
Path
def :?(next: (String, String)): Query

Attributes

Inherited from:
Path

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

Attributes

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