c

spire.algebra

DualBool

class DualBool[A] extends Bool[A]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DualBool
  2. Bool
  3. Heyting
  4. BoundedLattice
  5. BoundedJoinSemilattice
  6. BoundedMeetSemilattice
  7. Lattice
  8. MeetSemilattice
  9. JoinSemilattice
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DualBool(orig: Bool[A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def and(a: A, b: A): A
    Definition Classes
    DualBoolHeyting
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def complement(a: A): A
    Definition Classes
    DualBoolHeyting
  8. def dual: Bool[A]
    Definition Classes
    DualBoolBool
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. def imp(a: A, b: A): A
    Definition Classes
    DualBoolBoolHeyting
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isOne(a: A)(implicit ev: Eq[A]): Boolean
    Definition Classes
    BoundedMeetSemilattice
  17. def isZero(a: A)(implicit ev: Eq[A]): Boolean
    Definition Classes
    BoundedJoinSemilattice
  18. def join(a: A, b: A): A
    Definition Classes
    HeytingJoinSemilattice
  19. def meet(a: A, b: A): A
    Definition Classes
    HeytingMeetSemilattice
  20. def nand(a: A, b: A): A
    Definition Classes
    DualBoolBool
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def nor(a: A, b: A): A
    Definition Classes
    DualBoolBool
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. def nxor(a: A, b: A): A
    Definition Classes
    DualBoolBool
  26. def one: A
    Definition Classes
    DualBoolBoundedMeetSemilattice
  27. def or(a: A, b: A): A
    Definition Classes
    DualBoolHeyting
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def xor(a: A, b: A): A
    Definition Classes
    DualBoolBool
  34. def zero: A
    Definition Classes
    DualBoolBoundedJoinSemilattice

Inherited from Bool[A]

Inherited from Heyting[A]

Inherited from BoundedLattice[A]

Inherited from BoundedJoinSemilattice[A]

Inherited from BoundedMeetSemilattice[A]

Inherited from Lattice[A]

Inherited from MeetSemilattice[A]

Inherited from JoinSemilattice[A]

Inherited from AnyRef

Inherited from Any

Ungrouped