QueryKey

object QueryKey extends QueryKeyInstances
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait AllOps[A] extends Ops[A]
trait Ops[A] extends Serializable
trait ToQueryKeyOps extends Serializable
object ops

Value members

Concrete methods

@inline
def apply[A](implicit instance: QueryKey[A]): QueryKey[A]

Summon an instance of QueryKey for A.

Summon an instance of QueryKey for A.

Implicits

Inherited implicits

final implicit val booleanQueryValue: QueryKey[Boolean]
Inherited from
QueryKeyInstances
final implicit val charQueryValue: QueryKey[Char]
Inherited from
QueryKeyInstances
implicit val contravariant: Contravariant[[A] =>> QueryKey[A]]
Inherited from
QueryKeyInstances1
final implicit val doubleQueryValue: QueryKey[Double]
Inherited from
QueryKeyInstances
final implicit val floatQueryValue: QueryKey[Float]
Inherited from
QueryKeyInstances
final implicit val intQueryValue: QueryKey[Int]
Inherited from
QueryKeyInstances
final implicit val longQueryValue: QueryKey[Long]
Inherited from
QueryKeyInstances
implicit val stringQueryKey: QueryKey[String]
Inherited from
QueryKeyInstances
final implicit val uuidQueryValue: QueryKey[UUID]
Inherited from
QueryKeyInstances