Constant

smithy4s.example.WeatherGen$.Constant
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

Members list

Concise view

Value members

Inherited methods

def getCity(cityId: CityId): P1[GetCityInput, GetCityError, GetCityOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def getCurrentTime(): P1[Unit, Nothing, GetCurrentTimeOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def getForecast(cityId: CityId): P1[GetForecastInput, Nothing, GetForecastOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def listCities(nextToken: Option[String], pageSize: Option[Int]): P1[ListCitiesInput, Nothing, ListCitiesOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def transform: PartiallyApplied[WeatherGen[F]]

Attributes

Inherited from:
WeatherGen