oxygen.http.core.RequestPathCodec
 See theRequestPathCodec companion trait
  object RequestPathCodec
 
Attributes
- Companion
 - trait
 - Graph
 - 
    
 - Supertypes
 - 
    trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
    RequestPathCodec.type
 
Members list
Type members
Classlikes
            final case class AndThen[A, B, C](a: RequestPathCodec[A], b: RequestPathCodec[B], zip: Out[A, B, C]) extends RequestPathCodec[C]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestPathCodec[C]class Objecttrait Matchableclass AnyShow all
 
            final case class ApplyPartial[A](partial: PartialPathCodec[A], name: String, doc: Option[String]) extends RequestPathCodec[A]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestPathCodec[A]class Objecttrait Matchableclass AnyShow all
 
            final case class ConstMany(paths: NonEmptyList[String]) extends RequestPathCodec[Unit]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestPathCodec[Unit]class Objecttrait Matchableclass AnyShow all
 
            final case class ConstSingle(path: String) extends RequestPathCodec[Unit]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestPathCodec[Unit]class Objecttrait Matchableclass AnyShow all
 
            final case class OrElse[A, B >: A](a: RequestPathCodec[A], b: RequestPathCodec[B], tt: TypeTest[B, A]) extends RequestPathCodec[B]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestPathCodec[B]class Objecttrait Matchableclass AnyShow all
 
            final case class Transform[A, B](a: RequestPathCodec[A], ab: A => B, ba: B => A) extends RequestPathCodec[B]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestPathCodec[B]class Objecttrait Matchableclass AnyShow all
 
            final case class TransformDecode[A, B](a: RequestPathCodec[A], ab: A => Option[B], ba: B => A) extends RequestPathCodec[B]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait RequestPathCodec[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