WeatherOperation

smithy4s.example.WeatherOperation
sealed trait WeatherOperation[Input, Err, Output, StreamedInput, StreamedOutput]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def endpoint: (Input, Endpoint[WeatherOperation, Input, Err, Output, StreamedInput, StreamedOutput])
def run[F[_, _, _, _, _]](impl: WeatherGen[F]): F[Input, Err, Output, StreamedInput, StreamedOutput]