zio.prelude.coherent.CovariantDeriveEqual
See theCovariantDeriveEqual companion object
trait CovariantDeriveEqual[F[_]] extends Covariant[F], DeriveEqual[F]
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
trait DeriveEqualForEach[F]trait DeriveEqualNonEmptyForEach[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
Lift a function from A to B to a function from F[A] to F[B].
In this article