zio.prelude.coherent.ContravariantDeriveEqual
See theContravariantDeriveEqual companion object
trait ContravariantDeriveEqual[F[_]] extends Contravariant[F], DeriveEqual[F]
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Compose contravariant and covariant functors.
Compose two contravariant 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
Lift a function from B to A to a function from F[A] to F[B].
Lift a function from B to A to a function from F[A] to F[B].
Attributes
- Inherited from:
- Contravariant
Attributes
- Inherited from:
- Contravariant
Attributes
- Inherited from:
- Invariant
Attributes
- Inherited from:
- Contravariant
In this article