WeatherGen

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

Attributes

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

Members list

Concise view

Type members

Classlikes

class Constant[P[_, _, _, _, _]](value: P[Any, Nothing, Nothing, Nothing, Nothing]) extends Transformed[WeatherOperation, P]

Attributes

Graph
Supertypes
trait WeatherGen[P]
class Object
trait Matchable
class Any
object ErrorAware

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Types

type Default[F[_]] = Constant[<none>]

Inherited types

type BiFunctorInterpreter[F[_, _]] = PolyFunction5[Operation, <none>]

Attributes

Inherited from:
Service
type Endpoint[I, E, O, SI, SO] = Endpoint[Operation, I, E, O, SI, SO]

Attributes

Inherited from:
Service
type ErrorAware[F[_, _]] = Alg[<none>]

Attributes

Inherited from:
Service
type FunctorInterpreter[F[_]] = PolyFunction5[Operation, <none>]

Attributes

Inherited from:
Service
type Impl[F[_]] = Alg[<none>]

Attributes

Inherited from:
Service
type Interpreter[F[_, _, _, _, _]] = PolyFunction5[Operation, F]

Attributes

Inherited from:
Service
type Operation[I, E, O, SI, SO] = Op[I, E, O, SI, SO]

Attributes

Inherited from:
Mixin

Value members

Concrete methods

def apply[F[_]](implicit F: Impl[F]): Impl[F]
def endpoint[I, E, O, SI, SO](op: WeatherOperation[I, E, O, SI, SO]): (I, Endpoint[I, E, O, SI, SO])
def fromPolyFunction[P[_, _, _, _, _]](f: PolyFunction5[WeatherOperation, P]): WeatherGen[P]
def mapK5[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: WeatherGen[P], f: PolyFunction5[P, P1]): WeatherGen[P1]
def toPolyFunction[P[_, _, _, _, _]](impl: WeatherGen[P]): PolyFunction5[WeatherOperation, P]

Concrete fields

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

Inherited fields

final val opToEndpoint: PolyFunction5[Operation, Endpoint]

Attributes

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

Attributes

Inherited from:
Service

Implicits

Inherited implicits

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

Attributes

Inherited from:
Mixin