BoundedMeetSemilatticeFunctions

algebra.lattice.BoundedMeetSemilatticeFunctions

Attributes

Source:
BoundedMeetSemilattice.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BoundedLattice.type
object DeMorgan.type
object Bool.type
object Heyting.type

Members list

Concise view

Value members

Concrete methods

def one[A](implicit ev: B[A]): A

Inherited methods

def meet[A](x: A, y: A)(implicit ev: B[A]): A

Attributes

Inherited from:
MeetSemilatticeFunctions
Source:
MeetSemilattice.scala