IMapDecode
harness.endpoint.spec.HeaderCodec$.IMapDecode
final case class IMapDecode[A, B](parent: HeaderCodec[A], to: A => Either[String, B], from: B => A) extends HeaderCodec[B]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HeaderCodec[B]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[B]]
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