Query

object Query
Companion:
class
class Object
trait Matchable
class Any
Query.type

Type members

Types

Value members

Concrete methods

def apply(xs: (String, Option[String])*): Query

Build a Query from the Map structure

Build a Query from the Map structure

Generate a Query from its String representation

Generate a Query from its String representation

If parsing fails, the empty Query is returned

Deprecated methods

@deprecated(message = "Use unsafeFromString instead", since = "0.22.0-M6")
def fromString(query: String): Query
Deprecated
[Since version 0.22.0-M6] Use unsafeFromString instead

Concrete fields

Represents a query string with no keys or values: ?

Represents a query string with no keys or values: ?

Represents the absence of a query string.

Represents the absence of a query string.

Implicits