Package

lspace.types

string

Permalink

package string

Visibility
  1. Public
  2. All

Type Members

  1. case class Blank(iri: String) extends Identifier with Product with Serializable

    Permalink
  2. trait Identifier extends Product with Serializable

    Permalink
  3. case class Iri(iri: String) extends Identifier with Product with Serializable

    Permalink
  4. final case class Prefix(iri: String) extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object Blank extends Serializable

    Permalink
  2. object Iri extends Serializable

    Permalink
  3. object Prefix extends Serializable

    Permalink

Ungrouped