IRI

object IRI
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
IRI.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(str: String): IRI

Unsafe can raise an exception if the URI is not well formed

Unsafe can raise an exception if the URI is not well formed

def fromString(str: String, base: Option[IRI]): Either[String, IRI]
def unapply(str: String): Option[IRI]

Concrete fields

lazy val iriRegex: Regex

Implicits

Implicits

implicit val iriOrdering: Ordering[IRI]
implicit val iriShow: Show[IRI]