WeatherGen

smithy4s.example.WeatherGen
See theWeatherGen companion object
trait WeatherGen[F[_, _, _, _, _]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Transformed[G]
object reified.type
Self type

Members list

Concise view

Type members

Classlikes

class Transformed[G[_, _, _, _, _]](transformation: Transformation[F, G]) extends WeatherGen[G]

Attributes

Graph
Supertypes
trait WeatherGen[G]
class Object
trait Matchable
class Any

Value members

Abstract methods

def getCurrentTime(): F[Unit, Nothing, GetCurrentTimeOutput, Nothing, Nothing]

Concrete methods

def transform[G[_, _, _, _, _]](transformation: Transformation[F, G]): WeatherGen[G]