Transformation

smithy4s.Transformation$
See theTransformation companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Zip[F1[_, _, _, _, _], F2[_, _, _, _, _], I, E, O, SI, SO](_1: F1[I, E, O, SI, SO], _2: F2[I, E, O, SI, SO])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Zip

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Zip.type

Types

type Zipped[F1[_, _, _, _, _], F2[_, _, _, _, _], G[_, _, _, _, _]] = Transformation[<none>, G]
type ZippedWithEndpoint[F[_, _, _, _, _], Op[_, _, _, _, _], G[_, _, _, _, _]] = Zipped[F, [_, _, _, _, _] =>> Endpoint[Op, _$86, _$87, _$88, _$89, _$90], G]

Value members

Concrete methods

def identity[F[_, _, _, _, _]]: Transformation[F, F]