Url

blobstore.url.Url
See theUrl companion class
object Url

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Url.type

Members list

Type members

Types

type Plain = Url[String]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

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]]