object WeatherGen extends Service[WeatherGen, WeatherOperation]

Linear Supertypes
Service[WeatherGen, WeatherOperation], Provider[WeatherGen, WeatherOperation], HasId, Transformable[WeatherGen], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WeatherGen
  2. Service
  3. Provider
  4. HasId
  5. Transformable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class GetCurrentTime() extends WeatherOperation[Unit, Nothing, GetCurrentTimeOutput, Nothing, Nothing] with Product with Serializable

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. def apply[F[_]](implicit F: smithy4s.Monadic[WeatherGen, F]): F.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asTransformation[P[_, _, _, _, _]](impl: WeatherGen[P]): Transformation[WeatherOperation, P]
    Definition Classes
    WeatherGen → Service
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def endpoint[I, E, O, SI, SO](op: WeatherOperation[I, E, O, SI, SO]): (I, Endpoint[WeatherOperation, I, E, O, SI, SO])
    Definition Classes
    WeatherGen → Service
  9. val endpoints: List[GetCurrentTime.type]
    Definition Classes
    WeatherGen → Service
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val hints: Hints
    Definition Classes
    WeatherGen → Service
  16. val id: ShapeId
    Definition Classes
    WeatherGen → HasId
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val opToEndpoint: Transformation[WeatherOperation, [β$0$, γ$1$, δ$2$, ε$3$, ζ$4$]Endpoint[WeatherOperation, β$0$, γ$1$, δ$2$, ε$3$, ζ$4$]]
    Definition Classes
    Service
  22. val service: Service[WeatherGen, WeatherOperation]
    Definition Classes
    Service → Provider
  23. implicit val serviceInstance: Service[WeatherGen, WeatherOperation]
    Definition Classes
    Service
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def transform[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: WeatherGen[P], transformation: Transformation[P, P1]): WeatherGen[P1]
    Definition Classes
    WeatherGen → Transformable
  27. def transform[P[_, _, _, _, _]](transformation: Transformation[WeatherOperation, P]): WeatherGen[P]
    Definition Classes
    WeatherGen → Service
  28. def transformWithEndpoint[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: WeatherGen[P], transformation: ZippedWithEndpoint[P, WeatherOperation, P1]): WeatherGen[P1]
    Definition Classes
    Service
  29. val version: String
    Definition Classes
    WeatherGen → Service
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. object GetCurrentTime extends Endpoint[WeatherOperation, Unit, Nothing, GetCurrentTimeOutput, Nothing, Nothing] with Serializable
  34. object reified extends WeatherGen[WeatherOperation]

Inherited from Service[WeatherGen, WeatherOperation]

Inherited from Provider[WeatherGen, WeatherOperation]

Inherited from HasId

Inherited from Transformable[WeatherGen]

Inherited from AnyRef

Inherited from Any

Ungrouped