Url

object Url extends InlinedRefined[String]
trait InlinedRefined[String]
trait RefinedBase[String]
trait NewtypeBase[String]
class Object
trait Matchable
class Any
Url.type

Type members

Inherited types

override opaque type Type
Inherited from:
RefinedBase

Value members

Concrete methods

@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.ToString")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def apply(a: URL): Type
inline override def inlinedPredicate(inline url: String): Boolean
Definition Classes
override def invalidReason(a: String): String
Definition Classes
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.JavaNetURLConstructors")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
override def predicate(a: String): Boolean
Definition Classes

Inherited methods

inline def apply(inline a: String): Type
Inherited from:
InlinedRefined
override def deriving[F[*]](using fa: F[String]): F[Type]
Definition Classes
Inherited from:
RefinedBase
inline def expectedMessage(expected: String): String
Inherited from:
RefinedBase
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.ToString")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def from(a: String): Either[String, Type]
Inherited from:
RefinedBase
def unapply(typ: Type): Some[String]
Inherited from:
RefinedBase
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.Throw")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def unsafeFrom(a: String): Type
Inherited from:
RefinedBase

Concrete fields

inline override val inlinedExpectedValue: "a URL String"

Givens

Inherited givens

given given_RefinedCtor_Type_A: given_RefinedCtor_Type_A
Inherited from:
RefinedBase
given newRefinedCanEqual: CanEqual[Type, Type]
Inherited from:
NewtypeBase
given unwrap: Coercible[Type, A]
Inherited from:
NewtypeBase
given unwrapTC[F[*]]: Coercible[F[Type], F[A]]
Inherited from:
NewtypeBase

Extensions

Extensions

extension (url: Type)
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.JavaNetURLConstructors")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def toURL: URL

Inherited extensions

extension [B](typ: Type)
def toValue(using coercibleA2B: Coercible[A, B]): B
Inherited from:
NewtypeBase
extension (typ: Type)
inline override def value: String
Definition Classes
Inherited from:
RefinedBase