BoundedLattice

algebra.lattice.BoundedLattice$
See theBoundedLattice companion trait

Attributes

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

Members list

Concise view

Value members

Concrete methods

final def apply[A](implicit ev: BoundedLattice[A]): BoundedLattice[A]

Access an implicit BoundedLattice[A].

Access an implicit BoundedLattice[A].

Attributes

Source:
BoundedLattice.scala

Inherited methods

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

Attributes

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

Attributes

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