QueryString

io.lemonlabs.uri.QueryString$
See theQueryString 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 empty(implicit config: UriConfig): QueryString
def fromPairs[KV : QueryKeyValue](first: KV, kv: KV*)(implicit evidence$16: QueryKeyValue[KV], config: UriConfig): QueryString
def fromTraversable[A : TraversableParams](params: A)(implicit evidence$17: TraversableParams[A], config: UriConfig): QueryString
def parse(s: CharSequence)(implicit config: UriConfig): QueryString
def parseOption(s: CharSequence)(implicit config: UriConfig): Option[QueryString]
def parseTry(s: CharSequence)(implicit config: UriConfig): Try[QueryString]

Implicits

Implicits

implicit val eqQueryString: Eq[QueryString]
implicit val orderQueryString: Order[QueryString]
implicit val showQueryString: Show[QueryString]