Urn

io.lemonlabs.uri.Urn$
See theUrn companion class
object Urn

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply(nid: String, nss: String): Urn
def parse(s: CharSequence)(implicit config: UriConfig): Urn
def parseOption(s: CharSequence)(implicit config: UriConfig): Option[Urn]
def parseTry(s: CharSequence)(implicit config: UriConfig): Try[Urn]

Implicits

Implicits

implicit val eqUrn: Eq[Urn]
implicit val orderUrn: Order[Urn]
implicit val showUrn: Show[Urn]