Transformed

smithy4s.example.WeatherOperation$.Transformed
class Transformed[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: WeatherGen[P], f: PolyFunction5[P, P1]) extends WeatherGen[P1]

Attributes

Graph
Supertypes
trait WeatherGen[P1]
class Object
trait Matchable
class Any
Known subtypes
class Constant[P]

Members list

Concise view

Value members

Concrete methods

def getCity(cityId: CityId): P1[GetCityInput, GetCityError, GetCityOutput, Nothing, Nothing]
def getCurrentTime(): P1[Unit, Nothing, GetCurrentTimeOutput, Nothing, Nothing]
def getForecast(cityId: CityId): P1[GetForecastInput, Nothing, GetForecastOutput, Nothing, Nothing]
def listCities(nextToken: Option[String], pageSize: Option[Int]): P1[ListCitiesInput, Nothing, ListCitiesOutput, Nothing, Nothing]

Inherited methods

def transform: PartiallyApplied[WeatherGen[F]]

Attributes

Inherited from:
WeatherGen