harness.endpoint.spec.QueryCodec$.ManyNonEmpty
See theManyNonEmpty companion object
final case class ManyNonEmpty[A](key: String, schema: Schema[A]) extends WithKey[A, NonEmptyList[A]]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def decodeInternal(queryParams: Map[String, List[String]]): Either[DecodingFailure, Decoded[NonEmptyList[A]]]
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- QueryCodec
Attributes
- Inherited from:
- QueryCodec
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- QueryCodec
final def imapDecode[B](to: NonEmptyList[A] => Either[String, B], from: B => NonEmptyList[A]): QueryCodec[B]
Attributes
- Inherited from:
- QueryCodec
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Inherited fields
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- WithKey
Attributes
- Inherited from:
- QueryCodec
In this article