ServiceProduct

smithy4s.ServiceProduct
See theServiceProduct companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Mirror

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Mirror.type
trait Mirror[Alg[_[_, _, _, _, _]]]

Provides a way to get the product version for a service. For info about the Prod type parameter, see ServiceProduct.

Provides a way to get the product version for a service. For info about the Prod type parameter, see ServiceProduct.

Type parameters

Alg

the algebra type parameter.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Types

type Aux[Prod[_[_, _, _, _, _]], Algebra[_[_, _, _, _, _]]] = ServiceProduct[Prod] { type Alg = [Op[_, _, _, _, _]] =>> Algebra[Op]; }