Transform
 oxygen.http.core.RequestNonPathCodec.Transform
  final case class Transform[A, B](a: RequestNonPathCodec[A], ab: A => B, ba: B => A) extends RequestNonPathCodec[B]
 
Attributes
- Graph
 - 
    
 - Supertypes
 - 
    trait Serializabletrait Producttrait Equalstrait RequestNonPathCodec[B]class Objecttrait Matchableclass AnyShow all
 
Members list
Value members
Concrete methods
            override def decode(queryParams: QueryParams, headers: Headers, body: Body): ZIO[Scope, RequestDecodingFailure, B]
           
          Attributes
- Definition Classes
 
Inherited methods
Attributes
- Inherited from:
 - RequestNonPathCodec
 
Attributes
- Inherited from:
 - RequestNonPathCodec
 
Attributes
- Inherited from:
 - Product
 
Attributes
- Inherited from:
 - Product
 
Attributes
- Inherited from:
 - RequestNonPathCodec
 
Attributes
- Inherited from:
 - RequestNonPathCodec
 
Concrete fields
In this article