zio.prelude.coherent.AssociativeFlattenCovariantDeriveEqual
See theAssociativeFlattenCovariantDeriveEqual companion object
trait AssociativeFlattenCovariantDeriveEqual[F[_]] extends AssociativeFlatten[F], Covariant[F], DeriveEqual[F]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Covariant[F]trait Invariant[F]trait AssociativeFlatten[F]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait CovariantDeriveEqualIdentityFlatten[F]
Members list
Value members
Inherited methods
final def compose[G[_]](implicit g: Contravariant[G]): Contravariant[{ type lambda = [A] =>> F[G[A]]; }#<none>]
Compose covariant and contravariant functors.
Compose two covariant functors.
Compose two invariant functors.
def compositionLaw[A, B, C](fa: F[A], f: Equivalence[A, B], g: Equivalence[B, C])(implicit equal: Equal[F[C]]): Boolean
Attributes
- Inherited from:
- Invariant
Attributes
- Inherited from:
- Invariant
Attributes
- Inherited from:
- Covariant
Inherited and Abstract methods
Flattens a value of type F[F[A]]
to produce an F[A]
.
In this article