UrnPath

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

Value members

Concrete methods

def parse(s: CharSequence)(implicit config: UriConfig): UrnPath
def parseOption(s: CharSequence)(implicit config: UriConfig): Option[UrnPath]
def parseTry(s: CharSequence)(implicit config: UriConfig): Try[UrnPath]

Implicits

Implicits

implicit val eqUrnPath: Eq[UrnPath]
implicit val orderUrnPath: Order[UrnPath]
implicit val showUrnPath: Show[UrnPath]