GetCity

smithy4s.example.WeatherOperation$.GetCity
See theGetCity companion object
case class GetCity(input: GetCityInput) extends WeatherOperation[GetCityInput, GetCityError, GetCityOutput, Nothing, Nothing]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def run[F[_, _, _, _, _]](impl: WeatherGen[F]): F[GetCityInput, GetCityError, GetCityOutput, Nothing, Nothing]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product