Path

object Path
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

sealed trait SlashTermination
Companion
object
Companion
class

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]