Transform
oxygen.http.core.partial.ResponseCodecNoStatus.Transform
final case class Transform[A, B](a: ResponseCodecNoStatus[A], ab: A => B, ba: B => A) extends ResponseCodecNoStatus[B]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ResponseCodecNoStatus[B]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[B, 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