DeMorganFunctions

algebra.lattice.DeMorganFunctions

Attributes

Source:
DeMorgan.scala
Graph
Supertypes
Known subtypes
object DeMorgan.type

Members list

Concise view

Value members

Inherited methods

def complement[A](x: A)(implicit ev: H[A]): A

Attributes

Inherited from:
LogicFunctions
Source:
Logic.scala
def join[A](x: A, y: A)(implicit ev: H[A]): A

Attributes

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

Attributes

Inherited from:
MeetSemilatticeFunctions
Source:
MeetSemilattice.scala
def nand[A](x: A, y: A)(implicit ev: H[A]): A

Attributes

Inherited from:
LogicFunctions
Source:
Logic.scala
def nor[A](x: A, y: A)(implicit ev: H[A]): A

Attributes

Inherited from:
LogicFunctions
Source:
Logic.scala
def nxor[A](x: A, y: A)(implicit ev: H[A]): A

Attributes

Inherited from:
LogicFunctions
Source:
Logic.scala
def one[A](implicit ev: H[A]): A
def zero[A](implicit ev: H[A]): A