And

harness.endpoint.spec.QueryCodec$.And
final case class And[A, B, O](a: QueryCodec[A], b: QueryCodec[B], z: Out[A, B, O]) extends QueryCodec[O]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait QueryCodec[O]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
QueryCodec
final def imapDecode[B](to: O => Either[String, B], from: B => O): 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