case object None extends EndpointMiddleware with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- None
- Serializable
- Product
- Equals
- EndpointMiddleware
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final type Err = ZNothing
- Definition Classes
- None → EndpointMiddleware
- final type In = Unit
- Definition Classes
- None → EndpointMiddleware
- final type Out = Unit
- Definition Classes
- None → 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val doc: Doc
- Definition Classes
- None → EndpointMiddleware
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val error: HttpCodec[ResponseType, ZNothing]
- Definition Classes
- None → EndpointMiddleware
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def implement[R, S](incoming: (In) => ZIO[R, Err, S])(outgoing: (S) => ZIO[R, Err, Out]): RoutesMiddleware[R, S, None.this.type]
- Definition Classes
- EndpointMiddleware
- val input: HttpCodec[Header with Query with Method, Unit]
- Definition Classes
- None → EndpointMiddleware
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapBoth[MiddlewareIn2, MiddlewareOut2](f: (HttpCodec[Header with Query with Method, In]) => HttpCodec[Header with Query with Method, MiddlewareIn2], g: (HttpCodec[Header, Out]) => HttpCodec[Header, MiddlewareOut2]): Typed[MiddlewareIn2, Err, MiddlewareOut2]
- Definition Classes
- EndpointMiddleware
- def mapIn[MiddlewareIn2](f: (HttpCodec[Header with Query with Method, In]) => HttpCodec[Header with Query with Method, MiddlewareIn2]): Typed[MiddlewareIn2, Err, Out]
- Definition Classes
- EndpointMiddleware
- def mapOut[MiddlewareOut2](f: (HttpCodec[Header, Out]) => HttpCodec[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
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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[Header, Unit]
- Definition Classes
- None → EndpointMiddleware
- def productElementName(n: Int): String
- Definition Classes
- Product
- 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])