final case class Spec[In0, Err0, Out0](input: HttpCodec[codec.HttpCodecType.Header with Query with codec.HttpCodecType.Method, In0], output: HttpCodec[codec.HttpCodecType.Header, Out0], error: HttpCodec[ResponseType, Err0], doc: Doc = Doc.empty) extends EndpointMiddleware with Product with Serializable
- Self Type
- Spec[In0, Err0, Out0]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Spec
- Serializable
- Product
- Equals
- EndpointMiddleware
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Spec(input: HttpCodec[codec.HttpCodecType.Header with Query with codec.HttpCodecType.Method, In0], output: HttpCodec[codec.HttpCodecType.Header, Out0], error: HttpCodec[ResponseType, Err0], doc: Doc = Doc.empty)
Type Members
- final type Err = Err0
- Definition Classes
- Spec → EndpointMiddleware
- final type In = In0
- Definition Classes
- Spec → EndpointMiddleware
- final type Out = Out0
- Definition Classes
- Spec → EndpointMiddleware
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++(that: EndpointMiddleware)(implicit inCombiner: Combiner[In, EndpointMiddleware.In], outCombiner: Combiner[Out, EndpointMiddleware.Out], errAlternator: Alternator[Err, EndpointMiddleware.Err]): Typed[codec.Combiner.Out, codec.Alternator.Out, codec.Combiner.Out]
- Definition Classes
- EndpointMiddleware
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ??(doc: Doc): Typed[In, Err, Out]
- Definition Classes
- EndpointMiddleware
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val doc: Doc
- Definition Classes
- Spec → EndpointMiddleware
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: HttpCodec[ResponseType, Err0]
- Definition Classes
- Spec → EndpointMiddleware
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def implement[R, S](incoming: (In) => ZIO[R, Err, S])(outgoing: (S) => ZIO[R, Err, Out])(implicit trace: Trace): HandlerAspect[R, S]
- Definition Classes
- EndpointMiddleware
- val input: HttpCodec[codec.HttpCodecType.Header with Query with codec.HttpCodecType.Method, In0]
- Definition Classes
- Spec → EndpointMiddleware
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapBoth[MiddlewareIn2, MiddlewareOut2](f: (HttpCodec[codec.HttpCodecType.Header with Query with codec.HttpCodecType.Method, In]) => HttpCodec[codec.HttpCodecType.Header with Query with codec.HttpCodecType.Method, MiddlewareIn2], g: (HttpCodec[codec.HttpCodecType.Header, Out]) => HttpCodec[codec.HttpCodecType.Header, MiddlewareOut2]): Typed[MiddlewareIn2, Err, MiddlewareOut2]
- Definition Classes
- EndpointMiddleware
- def mapIn[MiddlewareIn2](f: (HttpCodec[codec.HttpCodecType.Header with Query with codec.HttpCodecType.Method, In]) => HttpCodec[codec.HttpCodecType.Header with Query with codec.HttpCodecType.Method, MiddlewareIn2]): Typed[MiddlewareIn2, Err, Out]
- Definition Classes
- EndpointMiddleware
- def mapOut[MiddlewareOut2](f: (HttpCodec[codec.HttpCodecType.Header, Out]) => HttpCodec[codec.HttpCodecType.Header, MiddlewareOut2]): Typed[In, Err, MiddlewareOut2]
- Definition Classes
- EndpointMiddleware
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optional: Typed[Option[In], Err, Option[Out]]
- Definition Classes
- EndpointMiddleware
- def optionalIn: Typed[Option[In], Err, Out]
- Definition Classes
- EndpointMiddleware
- def optionalOut: Typed[In, Err, Option[Out]]
- Definition Classes
- EndpointMiddleware
- val output: HttpCodec[codec.HttpCodecType.Header, Out0]
- Definition Classes
- Spec → EndpointMiddleware
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])