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 Serializabletrait Producttrait Equalstrait QueryCodec[O]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def decodeInternal(queryParams: Map[String, List[String]]): Either[DecodingFailure, Decoded[O]]
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- QueryCodec
Attributes
- Inherited from:
- QueryCodec
Attributes
- Inherited from:
- QueryCodec
Attributes
- Inherited from:
- QueryCodec
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Inherited fields
Attributes
- Inherited from:
- QueryCodec
In this article