GenBool

algebra.lattice.GenBool$
See theGenBool companion trait
object GenBool extends GenBoolFunctions[GenBool]

Attributes

Companion
trait
Source
GenBool.scala
Graph
Supertypes
Self type
GenBool.type

Members list

Value members

Concrete methods

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

Attributes

Source
GenBool.scala

Inherited methods

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

Attributes

Inherited from:
GenBoolFunctions
Source
GenBool.scala
def join[A](x: A, y: A)(implicit ev: GenBool[A]): A

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
GenBoolFunctions
Source
GenBool.scala
def zero[A](implicit ev: GenBool[A]): A