reified

smithy4s.example.WeatherOperation$.reified$

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

def transform: PartiallyApplied[WeatherGen[F]]

Attributes

Inherited from:
WeatherGen