Transformable

smithy4s.Transformable
trait Transformable[Alg[_[_, _, _, _, _]]]

Allows to transform the effect an algebra works against.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Service[Alg, Op]

Members list

Concise view

Value members

Abstract methods

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