FullUrl

object FullUrl extends ValidatingCompanion[String, FullUrl]
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

override def build(input: String): Either[ErrorMessage, FullUrl]
Definition Classes
def host(domain: String): FullUrl
def https(domain: String, uri: String): FullUrl
override def write(t: FullUrl): String
Definition Classes
def ws(domain: String, uri: String): FullUrl
def wss(domain: String, uri: String): FullUrl

Inherited methods

def defaultError(in: String): ErrorMessage
Inherited from
ValidatingCompanion

Concrete fields

val urlPattern: Pattern

Implicits

Inherited implicits

implicit val json: Codec[FullUrl]
Inherited from
ValidatingCompanion
implicit val ordering: Ordering[FullUrl]
Inherited from
ValidatingCompanion