GenBool

object GenBool extends GenBoolFunctions[[A] =>> GenBool[A]]
Companion
class
trait GenBoolFunctions[[A] =>> GenBool[A]]
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
final def apply[@specialized(Int, Long) A](ev: GenBool[A]): GenBool[A]

Inherited methods

def and[@specialized(Int, Long) A](x: A, y: A)(ev: GenBool[A]): A
Inherited from
GenBoolFunctions
def join[@specialized(Int, Long, Float, Double) A](x: A, y: A)(ev: GenBool[A]): A
def meet[@specialized(Int, Long, Float, Double) A](x: A, y: A)(ev: GenBool[A]): A
def or[@specialized(Int, Long) A](x: A, y: A)(ev: GenBool[A]): A
Inherited from
GenBoolFunctions
def without[@specialized(Int, Long) A](x: A, y: A)(ev: GenBool[A]): A
Inherited from
GenBoolFunctions
def xor[@specialized(Int, Long) A](x: A, y: A)(ev: GenBool[A]): A
Inherited from
GenBoolFunctions
def zero[@specialized(Int, Long, Float, Double) A](ev: GenBool[A]): A