/

final case class /(prev: Path, value: String) extends Path
Companion:
object
trait Serializable
trait Product
trait Equals
trait Path
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Path
def ++(tail: Path): Path
Inherited from:
Path
def /(s: String): Path
Inherited from:
Path
def :?(next: (String, String)): Query
Inherited from:
Path
Inherited from:
PathAndQuery
def endsWith(value: String): Boolean
Inherited from:
PathAndQuery
def mkString: String
Inherited from:
PathAndQuery
def mkString(builder: StringBuilder): Unit
Inherited from:
PathAndQuery
def param(name: String): Option[String]
Inherited from:
PathAndQuery
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
Path
def startsWith(value: String): Boolean
Inherited from:
PathAndQuery
def withParam(key: String, value: Option[String]): PathAndQuery
Inherited from:
PathAndQuery
def withParam(key: String, value: String): PathAndQuery
Inherited from:
PathAndQuery
def withParams(params: Map[String, String]): PathAndQuery
Inherited from:
PathAndQuery
def withParams(params: Option[String]): PathAndQuery
Inherited from:
PathAndQuery