Empty

harness.endpoint.spec.QueryCodec$.Empty$
case object Empty extends QueryCodec[Unit]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait QueryCodec[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Empty.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Concrete methods

override def decodeInternal(queryParams: Map[String, List[String]]): Either[DecodingFailure, Decoded[Unit]]

Attributes

Definition Classes
override def encode(o: Unit): Map[String, List[String]]

Attributes

Definition Classes

Inherited methods

final def ++[B](that: QueryCodec[B])(implicit z: Zip[Unit, B]): QueryCodec[Out]

Attributes

Inherited from:
QueryCodec
final def decode(queryParams: Map[String, List[String]]): Either[DecodingFailure, A]

Attributes

Inherited from:
QueryCodec
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
final def imap[B](to: Unit => B, from: B => Unit): QueryCodec[B]

Attributes

Inherited from:
QueryCodec
final def imapDecode[B](to: Unit => Either[String, B], from: B => Unit): QueryCodec[B]

Attributes

Inherited from:
QueryCodec
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy override val schemas: NonEmptyList[List[QuerySchema]]

Inherited fields

final lazy val sources: NonEmptyList[List[SchemaSource]]

Attributes

Inherited from:
QueryCodec