ApplyPartialBodyEmpty
 oxygen.http.core.RequestNonPathCodec.ApplyPartialBodyEmpty
  final case class ApplyPartialBodyEmpty(partial: Empty.type) extends ApplyPartialBody[Unit]
 
Attributes
- Graph
 - 
    
 - Supertypes
 - 
    trait Serializabletrait Producttrait Equalstrait ApplyPartialBody[Unit]trait RequestNonPathCodec[Unit]class Objecttrait Matchableclass AnyShow all
 
Members list
Value members
Concrete methods
            override def decode(queryParams: QueryParams, headers: Headers, body: Body): ZIO[Scope, RequestDecodingFailure, Unit]
           
          Attributes
- Definition Classes
 
Inherited methods
            final def ++[B](that: RequestNonPathCodec[B])(using zip: Zip[Unit, B]): RequestNonPathCodec[zip.Out]
           
          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