IMapDecode
harness.endpoint.spec.QueryCodec$.IMapDecode
final case class IMapDecode[A, B](parent: QueryCodec[A], to: A => Either[String, B], from: B => A) extends QueryCodec[B]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait QueryCodec[B]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def decodeInternal(queryParams: Map[String, List[String]]): Either[DecodingFailure, Decoded[B]]
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