Url

object Url
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Types

type Plain = Url[String]

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

def parse(c: String): ValidatedNec[UrlParseError, Plain]
def parseF[F[_]](c: String)(using `evidence$1`: ApplicativeThrow[F]): F[Plain]
def unsafe(c: String): Plain

Implicits

Implicits

implicit def order[A]: Order[Url[A]]
implicit def ordering[A]: Ordering[Url[A]]
implicit def show[A]: Show[Url[A]]