GenBoolFunctions

algebra.lattice.GenBoolFunctions

Attributes

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

Members list

Concise view

Value members

Concrete methods

def and[A](x: A, y: A)(implicit ev: G[A]): A

Attributes

Source:
GenBool.scala
def or[A](x: A, y: A)(implicit ev: G[A]): A

Attributes

Source:
GenBool.scala
def without[A](x: A, y: A)(implicit ev: G[A]): A

Attributes

Source:
GenBool.scala
def xor[A](x: A, y: A)(implicit ev: G[A]): A

Attributes

Source:
GenBool.scala

Inherited methods

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

Attributes

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

Attributes

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