QueryKeyValue

@implicitNotFound("Could not find an instance of QueryKeyValue for ${A}") @typeclass trait QueryKeyValue[A] extends Serializable
Companion
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

def queryKey(a: A): String
def queryValue(a: A): Option[String]

Concrete methods

def queryKeyValue(a: A): (String, Option[String])