Transformed

smithy4s.example.RecursiveInputServiceGen.Transformed
class Transformed[G[_, _, _, _, _]](transformation: Transformation[F, G]) extends RecursiveInputServiceGen[G]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

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

Attributes

Inherited from:
RecursiveInputServiceGen
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def recursiveInputOperation(hello: Option[RecursiveInput]): G[RecursiveInput, Nothing, Unit, Nothing, Nothing]

Inherited methods

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

Attributes

Inherited from:
RecursiveInputServiceGen