trait LatticeLaws[A] extends GroupLaws[A]

Source
LatticeLaws.scala
Linear Supertypes
GroupLaws[A], Laws, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LatticeLaws
  2. GroupLaws
  3. Laws
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class GroupProperties extends RuleSet
    Definition Classes
    GroupLaws
  2. class DefaultRuleSet extends RuleSet with HasOneParent
    Definition Classes
    Laws
  3. trait HasOneParent extends AnyRef
    Definition Classes
    Laws
  4. class LatticeProperties extends RuleSet
  5. trait RuleSet extends AnyRef
    Definition Classes
    Laws
  6. class SimpleRuleSet extends DefaultRuleSet
    Definition Classes
    Laws

Abstract Value Members

  1. implicit abstract def Arb: Arbitrary[A]
    Definition Classes
    LatticeLawsGroupLaws
  2. implicit abstract def Equ: Eq[A]
    Definition Classes
    LatticeLawsGroupLaws

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def band(implicit A: cats.kernel.Band[A]): GroupProperties
    Definition Classes
    GroupLaws
  6. def boundedDistributiveLattice(implicit A: BoundedDistributiveLattice[A]): LatticeProperties
  7. def boundedJoinLattice(implicit A: Lattice[A] with BoundedJoinSemilattice[A]): LatticeProperties
  8. def boundedJoinSemilattice(implicit A: BoundedJoinSemilattice[A]): LatticeProperties
  9. def boundedLattice(implicit A: BoundedLattice[A]): LatticeProperties
  10. def boundedMeetLattice(implicit A: Lattice[A] with BoundedMeetSemilattice[A]): LatticeProperties
  11. def boundedMeetSemilattice(implicit A: BoundedMeetSemilattice[A]): LatticeProperties
  12. def boundedSemilattice(implicit A: cats.kernel.BoundedSemilattice[A]): GroupProperties
    Definition Classes
    GroupLaws
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def commutativeGroup(implicit A: cats.kernel.CommutativeGroup[A]): GroupProperties
    Definition Classes
    GroupLaws
  15. def commutativeMonoid(implicit A: cats.kernel.CommutativeMonoid[A]): GroupProperties
    Definition Classes
    GroupLaws
  16. def commutativeSemigroup(implicit A: cats.kernel.CommutativeSemigroup[A]): GroupProperties
    Definition Classes
    GroupLaws
  17. def distributiveLattice(implicit A: DistributiveLattice[A]): LatticeProperties
  18. def emptyRuleSet: RuleSet
    Definition Classes
    Laws
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def group(implicit A: cats.kernel.Group[A]): GroupProperties
    Definition Classes
    GroupLaws
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def joinSemilattice(implicit A: JoinSemilattice[A]): LatticeProperties
  26. def lattice(implicit A: Lattice[A]): LatticeProperties
  27. def meetSemilattice(implicit A: MeetSemilattice[A]): LatticeProperties
  28. def monoid(implicit A: cats.kernel.Monoid[A]): GroupProperties
    Definition Classes
    GroupLaws
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def semigroup(implicit A: cats.kernel.Semigroup[A]): GroupProperties
    Definition Classes
    GroupLaws
  33. def semilattice(implicit A: cats.kernel.Semilattice[A]): GroupProperties
    Definition Classes
    GroupLaws
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from GroupLaws[A]

Inherited from Laws

Inherited from AnyRef

Inherited from Any

Ungrouped