object PizzaAdminServiceGen extends Mixin[PizzaAdminServiceGen, PizzaAdminServiceOperation]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PizzaAdminServiceGen
  2. Mixin
  3. Service
  4. HasId
  5. FunctorK5
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AddMenuItemError = PizzaAdminServiceOperation.AddMenuItemError
  2. type BiFunctorEndpointCompiler[F[_, _]] = PolyFunction5[Endpoint, [I, E, O, SI, SO](I) => F[E, O]]
    Definition Classes
    Service
  3. type BiFunctorInterpreter[F[_, _]] = PolyFunction5[Operation, [I, E, O, SI, SO]F[E, O]]
    Definition Classes
    Service
  4. class Constant[P[-_, +_, +_, +_, +_]] extends Transformed[PizzaAdminServiceOperation, P]
  5. type CustomCodeError = PizzaAdminServiceOperation.CustomCodeError
  6. type Default[F[+_]] = Constant[[-I, +E, +O, +SI, +SO]F[O]]
  7. type Endpoint[I, E, O, SI, SO] = smithy4s.Endpoint[Operation, I, E, O, SI, SO]
    Definition Classes
    Service
  8. type EndpointCompiler[F[_, _, _, _, _]] = PolyFunction5[Endpoint, [I, E, O, SI, SO](I) => F[I, E, O, SI, SO]]
    Definition Classes
    Service
  9. type ErrorAware[F[_, _]] = PizzaAdminServiceGen[[I, E, O, SI, SO]F[E, O]]
    Definition Classes
    Service
  10. type FunctorEndpointCompiler[F[_]] = PolyFunction5[Endpoint, [I, E, O, SI, SO](I) => F[O]]
    Definition Classes
    Service
  11. type FunctorInterpreter[F[_]] = PolyFunction5[Operation, [I, E, O, SI, SO]F[O]]
    Definition Classes
    Service
  12. type GetEnumError = PizzaAdminServiceOperation.GetEnumError
  13. type GetIntEnumError = PizzaAdminServiceOperation.GetIntEnumError
  14. type GetMenuError = PizzaAdminServiceOperation.GetMenuError
  15. type HealthError = PizzaAdminServiceOperation.HealthError
  16. type Impl[F[_]] = PizzaAdminServiceGen[[I, E, O, SI, SO]F[O]]
    Definition Classes
    Service
  17. type Interpreter[F[_, _, _, _, _]] = PolyFunction5[Operation, F]
    Definition Classes
    Service
  18. type Operation[I, E, O, SI, SO] = PizzaAdminServiceOperation[I, E, O, SI, SO]
    Definition Classes
    Mixin → Service

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AddMenuItemError: PizzaAdminServiceOperation.AddMenuItemError.type
  5. val CustomCodeError: PizzaAdminServiceOperation.CustomCodeError.type
  6. val GetEnumError: PizzaAdminServiceOperation.GetEnumError.type
  7. val GetIntEnumError: PizzaAdminServiceOperation.GetIntEnumError.type
  8. val GetMenuError: PizzaAdminServiceOperation.GetMenuError.type
  9. val HealthError: PizzaAdminServiceOperation.HealthError.type
  10. final def algebra[F[_, _, _, _, _]](compiler: EndpointCompiler[F]): PizzaAdminServiceGen[F]
    Definition Classes
    Service
  11. def apply[F[_]](implicit F: Impl[F]): F.type
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. final def bifunctorInterpreter[F[_, _]](compiler: BiFunctorEndpointCompiler[F]): BiFunctorInterpreter[F]
    Definition Classes
    Service
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def endpoint[I, E, O, SI, SO](op: PizzaAdminServiceOperation[I, E, O, SI, SO]): smithy4s.Endpoint[PizzaAdminServiceOperation, I, E, O, SI, SO]
    Definition Classes
    PizzaAdminServiceGen → Service
  16. val endpoints: Vector[smithy4s.Endpoint[PizzaAdminServiceOperation, _, _, _, _, _]]
    Definition Classes
    PizzaAdminServiceGen → Service
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def errorAware[F[_, _]](compiler: BiFunctorEndpointCompiler[F]): ErrorAware[F]
    Definition Classes
    Service
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def fromPolyFunction[P[_, _, _, _, _]](f: PolyFunction5[PizzaAdminServiceOperation, P]): PizzaAdminServiceGen[P]
    Definition Classes
    PizzaAdminServiceGen → Service
  22. final def functorInterpreter[F[_]](compiler: FunctorEndpointCompiler[F]): FunctorInterpreter[F]
    Definition Classes
    Service
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val hints: Hints
    Definition Classes
    PizzaAdminServiceGen → Service
  26. val id: ShapeId
    Definition Classes
    PizzaAdminServiceGen → HasId
  27. final def impl[F[_]](compiler: FunctorEndpointCompiler[F]): Impl[F]
    Definition Classes
    Service
  28. def input[I, E, O, SI, SO](op: PizzaAdminServiceOperation[I, E, O, SI, SO]): I
    Definition Classes
    PizzaAdminServiceGen → Service
  29. final def interpreter[F[_, _, _, _, _]](compiler: EndpointCompiler[F]): Interpreter[F]
    Definition Classes
    Service
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def mapK5[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: PizzaAdminServiceGen[P], f: PolyFunction5[P, P1]): PizzaAdminServiceGen[P1]
    Definition Classes
    PizzaAdminServiceGen → FunctorK5
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final val opToEndpoint: PolyFunction5[Operation, Endpoint]
    Definition Classes
    Service
  36. def ordinal[I, E, O, SI, SO](op: PizzaAdminServiceOperation[I, E, O, SI, SO]): Int
    Definition Classes
    PizzaAdminServiceGen → Service
  37. def reified: PizzaAdminServiceGen[PizzaAdminServiceOperation]
    Definition Classes
    PizzaAdminServiceGen → Service
  38. val service: Service[PizzaAdminServiceGen]
    Definition Classes
    Service
  39. implicit val serviceInstance: Service[PizzaAdminServiceGen]
    Definition Classes
    Mixin
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toPolyFunction[P[_, _, _, _, _]](impl: PizzaAdminServiceGen[P]): PolyFunction5[PizzaAdminServiceOperation, P]
    Definition Classes
    PizzaAdminServiceGen → Service
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. val version: String
    Definition Classes
    PizzaAdminServiceGen → Service
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. object ErrorAware

Inherited from Service[PizzaAdminServiceGen]

Inherited from HasId

Inherited from FunctorK5[PizzaAdminServiceGen]

Inherited from AnyRef

Inherited from Any

Ungrouped