Path

io.lemonlabs.uri.Path$
See thePath companion trait
object Path

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Path.type

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait SlashTermination

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AddForAll.type
object AddForEmptyPath.type
object Off.type
object RemoveForAll.type

Value members

Concrete methods

def parse(s: CharSequence)(implicit config: UriConfig): Path
def parseOption(s: CharSequence)(implicit config: UriConfig): Option[Path]
def parseTry(s: CharSequence)(implicit config: UriConfig): Try[Path]
def unapply(path: Path): Option[Vector[String]]

Implicits

Implicits

implicit val eqPath: Eq[Path]
implicit val orderPath: Order[Path]
implicit val showPath: Show[Path]