RecursiveInputServiceOperation

smithy4s.example.RecursiveInputServiceOperation$
See theRecursiveInputServiceOperation companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class RecursiveInputOperation(input: RecursiveInput) extends RecursiveInputServiceOperation[RecursiveInput, Nothing, Unit, Nothing, Nothing]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RecursiveInputServiceOperation[RecursiveInput, Nothing, Unit, Nothing, Nothing]
class Object
trait Matchable
class Any
object RecursiveInputOperation extends Endpoint[RecursiveInputServiceOperation, RecursiveInput, Nothing, Unit, Nothing, Nothing]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Endpoint[RecursiveInputServiceOperation, RecursiveInput, Nothing, Unit, Nothing, Nothing]
class Object
trait Matchable
class Any
Self type
class Transformed[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: RecursiveInputServiceGen[P], f: PolyFunction5[P, P1]) extends RecursiveInputServiceGen[P1]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Constant[P]

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def toPolyFunction[P[_, _, _, _, _]](impl: RecursiveInputServiceGen[P]): PolyFunction5[RecursiveInputServiceOperation, P]