oxygen.http.core.partial.ResponseCodecNoStatus
 See theResponseCodecNoStatus companion trait
  object ResponseCodecNoStatus
 
Attributes
- Companion
 - trait
 - Graph
 - 
    
 - Supertypes
 - 
    trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 
Members list
Type members
Classlikes
            final case class And[A, B, C](a: ResponseCodecNoStatus[A], b: ResponseCodecNoStatus[B], zip: Out[A, B, C]) extends ResponseCodecNoStatus[C]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait ResponseCodecNoStatus[C]class Objecttrait Matchableclass AnyShow all
 
            object ApplyPartialBody
           
          Attributes
- Companion
 - trait
 - Supertypes
 - 
               trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               ApplyPartialBody.type
 
            sealed trait ApplyPartialBody[A] extends ResponseCodecNoStatus[A]
           
          Attributes
- Companion
 - object
 - Supertypes
 - Known subtypes
 - 
               class ApplyPartialBodyEmptyclass ApplyPartialBodySingle[A]
 
            final case class ApplyPartialBodyEmpty(partial: Empty.type) extends ApplyPartialBody[Unit]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait ApplyPartialBody[Unit]trait ResponseCodecNoStatus[Unit]class Objecttrait Matchableclass AnyShow all
 
            final case class ApplyPartialBodySingle[A](partial: Single[A]) extends ApplyPartialBody[A]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait ApplyPartialBody[A]trait ResponseCodecNoStatus[A]class Objecttrait Matchableclass AnyShow all
 
            final case class ApplyPartialHeader[A](partial: PartialParamCodec[A], name: String, doc: Option[String]) extends ResponseCodecNoStatus[A]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait ResponseCodecNoStatus[A]class Objecttrait Matchableclass AnyShow all
 
            case object DNE extends ResponseCodecNoStatus[Nothing]
           
          Attributes
- Supertypes
 - 
               trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ResponseCodecNoStatus[Nothing]class Objecttrait Matchableclass AnyShow all
 - Self type
 - 
               DNE.type
 
            case object Empty extends ResponseCodecNoStatus[Unit]
           
          Attributes
- Supertypes
 - 
               trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ResponseCodecNoStatus[Unit]class Objecttrait Matchableclass AnyShow all
 - Self type
 - 
               Empty.type
 
            final case class SetContentType(contentType: MediaType) extends ResponseCodecNoStatus[Unit]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait ResponseCodecNoStatus[Unit]class Objecttrait Matchableclass AnyShow all
 
            final case class SetHeader(name: String, value: String) extends ResponseCodecNoStatus[Unit]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait ResponseCodecNoStatus[Unit]class Objecttrait Matchableclass AnyShow all
 
            final case class Transform[A, B](a: ResponseCodecNoStatus[A], ab: A => B, ba: B => A) extends ResponseCodecNoStatus[B]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait ResponseCodecNoStatus[B]class Objecttrait Matchableclass AnyShow all
 
            final case class TransformOrFail[A, B](a: ResponseCodecNoStatus[A], ab: A => Either[String, B], ba: B => A) extends ResponseCodecNoStatus[B]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait ResponseCodecNoStatus[B]class Objecttrait Matchableclass AnyShow all
 
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
 - Mirror
 
The name of the type
The name of the type
Attributes
- Inherited from:
 - Mirror
 
Givens
Givens
In this article