Path

object Path
Companion:
class
class Object
trait Matchable
class Any
Path.type

Type members

Classlikes

Companion:
class
sealed trait SlashTermination
Companion:
object

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]