Transformation

Companion:
class
class Object
trait Matchable
class Any

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])
Companion:
object
object Zip
Companion:
class

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]