Relative

final case class Relative extends AnyVal
Value Params
relativeUrlNoHeadSlash

The URL without a leading slash.

Companion
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def /(s: String): Relative
def isEqualToOrParentOf: Relative => Boolean
def isParentOf: Relative => Boolean
def isRoot: Boolean
def relativeUrl: String

Use isEqualToOrParentOf first or else this may crash!

Use isEqualToOrParentOf first or else this may crash!

def thenParam[A](f: A => String): Param1[A]
override def toString: String
Definition Classes
Any
def underlying: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product