RelativeUrl

io.lemonlabs.uri.RelativeUrl$
See theRelativeUrl companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object unordered

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def parse(s: CharSequence)(implicit config: UriConfig): RelativeUrl
def parseOption(s: CharSequence)(implicit config: UriConfig): Option[RelativeUrl]
def parseTry(s: CharSequence)(implicit config: UriConfig): Try[RelativeUrl]

Implicits

Implicits

implicit val eqRelUrl: Eq[RelativeUrl]
implicit val orderRelUrl: Order[RelativeUrl]
implicit val showRelUrl: Show[RelativeUrl]