AbsUrl

japgolly.scalajs.react.extra.router.AbsUrl
See theAbsUrl companion object
final case class AbsUrl(value: String) extends PathLike[AbsUrl]

An absolute URL.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class PathLike[AbsUrl]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def +(p: AbsUrl): Self

Attributes

Inherited from:
PathLike
final def +(p: String): Self

Attributes

Inherited from:
PathLike
final def /(p: AbsUrl): Self

Attributes

Inherited from:
PathLike
final def /(p: String): Self

Attributes

Inherited from:
PathLike
final def endWith_/: Self

Attributes

Inherited from:
PathLike
final def isEmpty: Boolean

Attributes

Inherited from:
PathLike
final def map(f: String => String): Self

Attributes

Inherited from:
PathLike
final def nonEmpty: Boolean

Attributes

Inherited from:
PathLike
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def rtrim_/: Self

Attributes

Inherited from:
PathLike