UrnPath

io.lemonlabs.uri.UrnPath$
See theUrnPath companion class
object UrnPath

Attributes

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

Members list

Concise view

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]