WeatherGen

smithy4s.example.WeatherGen$
See theWeatherGen companion trait
object WeatherGen extends Service[[F[_, _, _, _, _]] =>> WeatherGen[F], WeatherOperation]

Attributes

Companion:
trait
Graph
Supertypes
trait Service[[F[_, _, _, _, _]] =>> WeatherGen[F], WeatherOperation]
trait Provider[[F[_, _, _, _, _]] =>> WeatherGen[F], WeatherOperation]
trait HasId
trait Transformable[[F[_, _, _, _, _]] =>> WeatherGen[F]]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class GetCurrentTime() extends WeatherOperation[Unit, Nothing, GetCurrentTimeOutput, Nothing, Nothing]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WeatherOperation[Unit, Nothing, GetCurrentTimeOutput, Nothing, Nothing]
class Object
trait Matchable
class Any
object GetCurrentTime extends Endpoint[WeatherOperation, Unit, Nothing, GetCurrentTimeOutput, Nothing, Nothing]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Endpoint[WeatherOperation, Unit, Nothing, GetCurrentTimeOutput, Nothing, Nothing]
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
reified.type

Value members

Concrete methods

def apply[F[_]](implicit F: Monadic[[F[_, _, _, _, _]] =>> WeatherGen[F], F]): Monadic[[F[_, _, _, _, _]] =>> WeatherGen[F], F]
def asTransformation[P[_, _, _, _, _]](impl: WeatherGen[P]): Transformation[WeatherOperation, P]
def endpoint[I, E, O, SI, SO](op: WeatherOperation[I, E, O, SI, SO]): (I, Endpoint[WeatherOperation, I, E, O, SI, SO])
def transform[P[_, _, _, _, _]](transformation: Transformation[WeatherOperation, P]): WeatherGen[P]
def transform[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: WeatherGen[P], transformation: Transformation[P, P1]): WeatherGen[P1]

Inherited methods

def transformWithEndpoint[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: WeatherGen[P], transformation: ZippedWithEndpoint[P, WeatherOperation, P1]): Alg[P1]

Attributes

Inherited from:
Service

Concrete fields

val endpoints: List[Endpoint[WeatherOperation, _, _, _, _, _]]
val hints: Hints
val id: ShapeId

Inherited fields

val opToEndpoint: Transformation[WeatherOperation, [_, _, _, _, _] =>> Endpoint[WeatherOperation, _$12, _$13, _$14, _$15, _$16]]

Attributes

Inherited from:
Service
val service: Service[[F[_, _, _, _, _]] =>> WeatherGen[F], WeatherOperation]

Attributes

Inherited from:
Service

Implicits

Inherited implicits

implicit val serviceInstance: Service[[F[_, _, _, _, _]] =>> WeatherGen[F], WeatherOperation]

Attributes

Inherited from:
Service