EmptyPath

case object EmptyPath extends AbsoluteOrEmptyPath
trait Singleton
trait Product
trait Mirror
trait UrlPath
trait Path
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Self = EmptyPath.type

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

Concrete methods

def isEmpty: Boolean
override def isSlashTerminated: Boolean
Definition Classes
def nonEmptyRootless: Boolean
def parts: Vector[String]
def unapply(path: UrlPath): Boolean
def withConfig(config: UriConfig): EmptyPath.type
def withParts(parts: Iterable[String]): UrlPath

Inherited methods

def addPart[P : PathPart](part: P): UrlPath
Inherited from:
UrlPath
def addParts[P : PathPart](first: P, second: P, otherParts: P*): UrlPath
Inherited from:
UrlPath
def addParts[P : TraversablePathParts](otherParts: P): UrlPath
Inherited from:
UrlPath
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def nonEmpty: Boolean
Inherited from:
Path
def normalize(removeEmptyParts: Boolean, slashTermination: SlashTermination): UrlPath

Returns this path normalized according to RFC 3986

Returns this path normalized according to RFC 3986

Inherited from:
UrlPath
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
UrlPath
def slashTerminated(slashTermination: SlashTermination): UrlPath
Inherited from:
UrlPath
override def toString: String
Definition Classes
Path -> Any
Inherited from:
Path
def toStringRaw: String

Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)

Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)

Returns:

String containing the raw path for this Uri

Inherited from:
Path