EmptyPath

io.lemonlabs.uri.EmptyPath$
case object EmptyPath extends AbsoluteOrEmptyPath

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait UrlPath
trait Path
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Self = EmptyPath.type

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Concrete methods

def isEmpty: Boolean
override def isSlashTerminated: Boolean

Attributes

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

Attributes

Inherited from:
UrlPath
def addParts[P : PathPart](first: P, second: P, otherParts: P*): UrlPath

Attributes

Inherited from:
UrlPath
def addParts[P : TraversablePathParts](otherParts: P): UrlPath

Attributes

Inherited from:
UrlPath
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
def nonEmpty: Boolean

Attributes

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

Attributes

Inherited from:
UrlPath
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
UrlPath
def slashTerminated(slashTermination: SlashTermination): UrlPath

Attributes

Inherited from:
UrlPath

Attributes

Inherited from:
AbsoluteOrEmptyPath
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

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)

Attributes

Returns:

String containing the raw path for this Uri

Inherited from:
Path