Root

case object Root extends Path
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Path
class Object
trait Matchable
class Any
Root.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

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 fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
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