And
oxygen.http.core.partial.ResponseCodecNoStatus.And
final case class And[A, B, C](a: ResponseCodecNoStatus[A], b: ResponseCodecNoStatus[B], zip: Out[A, B, C]) extends ResponseCodecNoStatus[C]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ResponseCodecNoStatus[C]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
final def ++[B](that: ResponseCodecNoStatus[B])(using zip: Zip[C, B]): ResponseCodecNoStatus[zip.Out]
Attributes
- Inherited from:
- ResponseCodecNoStatus
Attributes
- Inherited from:
- ResponseCodecNoStatus
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ResponseCodecNoStatus
Attributes
- Inherited from:
- ResponseCodecNoStatus
Concrete fields
In this article