QueryKeyValue

io.lemonlabs.uri.typesafe.QueryKeyValue$
See theQueryKeyValue companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

trait AllOps[A] extends Ops[A]

Attributes

Graph
Supertypes
trait Ops[A]
trait Serializable
class Object
trait Matchable
class Any
trait Ops[A] extends Serializable

Attributes

Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllOps[A]
trait ToQueryKeyValueOps extends Serializable

Attributes

Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object nonInheritedOps.type

Attributes

Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
object ops

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ops.type

Value members

Concrete methods

def apply[T, K : QueryKey, V : QueryValue](toKey: T => K, toValue: T => V): QueryKeyValue[T]
def apply[A](implicit instance: QueryKeyValue[A]): QueryKeyValue[A]

Summon an instance of QueryKeyValue for A.

Summon an instance of QueryKeyValue for A.

Attributes

Implicits

Inherited implicits

implicit def tuple2QueryKeyValue[K : QueryKey, V : QueryValue]: QueryKeyValue[(K, V)]

Attributes

Inherited from:
QueryKeyValueInstances