AbsUrl

final case class AbsUrl(value: String) extends PathLike[AbsUrl]

An absolute URL.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def +(p: AbsUrl): AbsUrl
Inherited from:
PathLike
final def +(p: String): AbsUrl
Inherited from:
PathLike
final def /(p: AbsUrl): AbsUrl
Inherited from:
PathLike
final def /(p: String): AbsUrl
Inherited from:
PathLike
final def endWith_/: AbsUrl
Inherited from:
PathLike
final def isEmpty: Boolean
Inherited from:
PathLike
final def map(f: String => String): AbsUrl
Inherited from:
PathLike
final def nonEmpty: Boolean
Inherited from:
PathLike
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def rtrim_/: AbsUrl
Inherited from:
PathLike