spire.std

BooleanIsBool

trait BooleanIsBool extends Bool[Boolean]

Linear Supertypes
Bool[Boolean], Heyting[Boolean], BoundedLattice[Boolean], BoundedJoinSemilattice[Boolean], BoundedMeetSemilattice[Boolean], Lattice[Boolean], MeetSemilattice[Boolean], JoinSemilattice[Boolean], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BooleanIsBool
  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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def and(a: Boolean, b: Boolean): Boolean

    Definition Classes
    BooleanIsBoolHeyting
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def complement(a: Boolean): Boolean

    Definition Classes
    BooleanIsBoolHeyting
  10. def dual: Bool[Boolean]

    Definition Classes
    Bool
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def imp(a: Boolean, b: Boolean): Boolean

    Definition Classes
    BoolHeyting
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def isOne(a: Boolean)(implicit ev: Eq[Boolean]): Boolean

    Definition Classes
    BoundedMeetSemilattice
  19. def isZero(a: Boolean)(implicit ev: Eq[Boolean]): Boolean

    Definition Classes
    BoundedJoinSemilattice
  20. def join(a: Boolean, b: Boolean): Boolean

    Definition Classes
    HeytingJoinSemilattice
  21. def meet(a: Boolean, b: Boolean): Boolean

    Definition Classes
    HeytingMeetSemilattice
  22. def nand(a: Boolean, b: Boolean): Boolean

    Definition Classes
    Bool
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def nor(a: Boolean, b: Boolean): Boolean

    Definition Classes
    Bool
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def nxor(a: Boolean, b: Boolean): Boolean

    Definition Classes
    Bool
  28. def one: Boolean

    Definition Classes
    BooleanIsBoolBoundedMeetSemilattice
  29. def or(a: Boolean, b: Boolean): Boolean

    Definition Classes
    BooleanIsBoolHeyting
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def xor(a: Boolean, b: Boolean): Boolean

    Definition Classes
    BooleanIsBoolBool
  36. def zero: Boolean

    Definition Classes
    BooleanIsBoolBoundedJoinSemilattice

Inherited from Bool[Boolean]

Inherited from Heyting[Boolean]

Inherited from BoundedLattice[Boolean]

Inherited from BoundedJoinSemilattice[Boolean]

Inherited from BoundedMeetSemilattice[Boolean]

Inherited from Lattice[Boolean]

Inherited from MeetSemilattice[Boolean]

Inherited from JoinSemilattice[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped