BoundedDistributiveLattice

algebra.lattice.BoundedDistributiveLattice$
See theBoundedDistributiveLattice companion trait

Attributes

Companion:
trait
Source:
BoundedDistributiveLattice.scala
Graph
Supertypes
Self type

Members list

Concise view

Value members

Concrete methods

Access an implicit BoundedDistributiveLattice[A].

Access an implicit BoundedDistributiveLattice[A].

Attributes

Source:
BoundedDistributiveLattice.scala
def minMax[A](min: A, max: A)(implicit ord: Order[A]): BoundedDistributiveLattice[A]

Inherited methods

def join[A](x: A, y: A)(implicit ev: BoundedDistributiveLattice[A]): A

Attributes

Inherited from:
JoinSemilatticeFunctions
Source:
JoinSemilattice.scala
def meet[A](x: A, y: A)(implicit ev: BoundedDistributiveLattice[A]): A

Attributes

Inherited from:
MeetSemilatticeFunctions
Source:
MeetSemilattice.scala
def one[A](implicit ev: BoundedDistributiveLattice[A]): A
def zero[A](implicit ev: BoundedDistributiveLattice[A]): A