And
harness.endpoint.spec.HeaderCodec$.And
final case class And[A, B, O](a: HeaderCodec[A], b: HeaderCodec[B], z: Out[A, B, O]) extends HeaderCodec[O]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HeaderCodec[O]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def decodeInternal(headers: Map[String, List[String]], cookies: Map[String, String]): Either[DecodingFailure, Decoded[O]]
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- HeaderCodec
final def decode(headers: Map[String, List[String]], cookies: Map[String, String]): Either[DecodingFailure, A]
Attributes
- Inherited from:
- HeaderCodec
Attributes
- Inherited from:
- HeaderCodec
Attributes
- Inherited from:
- HeaderCodec
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Inherited fields
Attributes
- Inherited from:
- HeaderCodec
In this article