BoundedJoinSemilatticeFunctions

algebra.lattice.BoundedJoinSemilatticeFunctions

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

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

Attributes

Inherited from:
JoinSemilatticeFunctions
Source:
JoinSemilattice.scala