sealed trait ServiceSpec[MI, MO, -AllIds] extends AnyRef
- Self Type
- ServiceSpec[MI, MO, AllIds]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceSpec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ++[AllIds2](that: ServiceSpec[MI, MO, AllIds2]): ServiceSpec[MI, MO, AllIds with AllIds2]
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def apis: Chunk[EndpointSpec[_, _]]
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def middleware[MI2, MO2](ms: MiddlewareSpec[MI2, MO2])(implicit mi: Combiner[MI, MI2], mo: Combiner[MO, MO2]): ServiceSpec[Out, Out, AllIds]
- final def middlewareSpec: MiddlewareSpec[_, _]
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toHttpApp[AllIds1 <: AllIds, R, E](service: Endpoints[R, E, AllIds1], middleware: Middleware[R, MI, MO]): HttpApp[R, E]
- final def toHttpApp[AllIds1 <: AllIds, R, E](service: Endpoints[R, E, AllIds1])(implicit ev1: =:=[MI, Unit], ev2: =:=[MO, Unit]): HttpApp[R, E]
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- final def withMI[MI2](implicit ev: =:=[MI, MI2]): ServiceSpec[MI2, MO, AllIds]
- final def withMO[MO2](implicit ev: =:=[MO, MO2]): ServiceSpec[MI, MO2, AllIds]