oxygen.http.core.RequestNonPathCodec
 See theRequestNonPathCodec companion trait
  object RequestNonPathCodec
 
Attributes
- Companion
 - trait
 - Graph
 - 
    
 - Supertypes
 - 
    trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
    RequestNonPathCodec.type
 
Members list
Type members
Classlikes
            final case class And[A, B, C](a: RequestNonPathCodec[A], b: RequestNonPathCodec[B], zip: Out[A, B, C]) extends RequestNonPathCodec[C]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestNonPathCodec[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 RequestNonPathCodec[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 RequestNonPathCodec[Unit]class Objecttrait Matchableclass AnyShow all
 
            final case class ApplyPartialBodySingle[A](partial: Single[A], name: String, doc: Option[String]) extends ApplyPartialBody[A]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait ApplyPartialBody[A]trait RequestNonPathCodec[A]class Objecttrait Matchableclass AnyShow all
 
            final case class ApplyPartialHeader[A](partial: PartialParamCodec[A], name: String, doc: Option[String]) extends RequestNonPathCodec[A]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestNonPathCodec[A]class Objecttrait Matchableclass AnyShow all
 
            final case class ApplyPartialQueryParam[A](partial: PartialParamCodec[A], name: String, doc: Option[String]) extends RequestNonPathCodec[A]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestNonPathCodec[A]class Objecttrait Matchableclass AnyShow all
 
            final case class Transform[A, B](a: RequestNonPathCodec[A], ab: A => B, ba: B => A) extends RequestNonPathCodec[B]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestNonPathCodec[B]class Objecttrait Matchableclass AnyShow all
 
            final case class TransformOrFail[A, B](a: RequestNonPathCodec[A], ab: A => Either[String, B], ba: B => A) extends RequestNonPathCodec[B]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestNonPathCodec[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
 
In this article