UrnPath

final case class UrnPath(nid: String, nss: String)(implicit config: UriConfig) extends Path
Companion
object
trait Path
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isEmpty: Boolean
def parts: Vector[String]

Inherited methods

def nonEmpty: Boolean
Inherited from
Path
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString: String
Definition Classes
Path -> Any
Inherited from
Path
def toStringRaw: String

Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)

Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)

Returns

String containing the raw path for this Uri

Inherited from
Path

Implicits

Implicits

implicit val config: UriConfig