o

zio.prelude.laws

CovariantLaws

object CovariantLaws extends test.laws.LawfulF.Covariant[CovariantDeriveEqual, Equal]

Linear Supertypes
test.laws.ZLawfulF.Covariant[CovariantDeriveEqual, Equal, Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CovariantLaws
  2. Covariant
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def +[CapsF1[x[+_]] <: CovariantDeriveEqual[x[_]], Caps1[x] <: Equal[x], R1 <: Any](that: test.laws.ZLawfulF.Covariant[CapsF1, Caps1, R1]): test.laws.ZLawfulF.Covariant[CapsF1, Caps1, R1]
    Definition Classes
    Covariant
  2. lazy val compositionLaw: test.laws.LawsF.Covariant[CovariantDeriveEqual, Equal]

    Mapping by f followed by g must be the same as mapping with the composition of f and g.

  3. lazy val identityLaw: test.laws.LawsF.Covariant[CovariantDeriveEqual, Equal]

    Mapping with the identity function must be an identity function.

  4. lazy val laws: test.laws.LawsF.Covariant[CovariantDeriveEqual, Equal]

    The set of all laws that instances of Covariant must satisfy.

    The set of all laws that instances of Covariant must satisfy.

    Definition Classes
    CovariantLaws → Covariant