algebra.lattice

DistributiveLattice

trait DistributiveLattice[A] extends Lattice[A]

A distributive lattice a lattice where join and meet distribute:

Linear Supertypes
Lattice[A], MeetSemilattice[A], JoinSemilattice[A], Serializable, Serializable, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DistributiveLattice
  2. Lattice
  3. MeetSemilattice
  4. JoinSemilattice
  5. Serializable
  6. Serializable
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Definition Classes
    Any
  2. abstract def join(lhs: A, rhs: A): A

    Definition Classes
    JoinSemilattice
  3. abstract def meet(lhs: A, rhs: A): A

    Definition Classes
    MeetSemilattice

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def dual: Lattice[A]

    This is the lattice with meet and join swapped

    This is the lattice with meet and join swapped

    Definition Classes
    Lattice
  6. def equals(arg0: Any): Boolean

    Definition Classes
    Any
  7. def hashCode(): Int

    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  9. def joinPartialOrder(implicit ev: Eq[A]): PartialOrder[A]

    Definition Classes
    JoinSemilattice
  10. def joinSemilattice: Semilattice[A]

    Definition Classes
    JoinSemilattice
  11. def meetPartialOrder(implicit ev: Eq[A]): PartialOrder[A]

    Definition Classes
    MeetSemilattice
  12. def meetSemilattice: Semilattice[A]

    Definition Classes
    MeetSemilattice
  13. def toString(): String

    Definition Classes
    Any

Inherited from Lattice[A]

Inherited from MeetSemilattice[A]

Inherited from JoinSemilattice[A]

Inherited from Serializable

Inherited from Serializable

Inherited from Any

Ungrouped