spire.math

BitString

trait BitString[A] extends Bool[A]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BitString
  2. Bool
  3. Heyting
  4. BoundedLattice
  5. BoundedJoinSemilattice
  6. BoundedMeetSemilattice
  7. Lattice
  8. MeetSemilattice
  9. JoinSemilattice
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def and(a: A, b: A): A

    Definition Classes
    Heyting
  2. abstract def bitCount(n: A): Int

  3. abstract def complement(a: A): A

    Definition Classes
    Heyting
  4. abstract def getClass(): Class[_]

    Definition Classes
    Any
  5. abstract def highestOneBit(n: A): A

  6. abstract def leftShift(n: A, i: Int): A

  7. abstract def lowestOneBit(n: A): A

  8. abstract def numberOfLeadingZeros(n: A): Int

  9. abstract def numberOfTrailingZeros(n: A): Int

  10. abstract def one: A

    Definition Classes
    BoundedMeetSemilattice
  11. abstract def or(a: A, b: A): A

    Definition Classes
    Heyting
  12. abstract def rightShift(n: A, i: Int): A

  13. abstract def rotateLeft(n: A, i: Int): A

  14. abstract def rotateRight(n: A, i: Int): A

  15. abstract def signed: Boolean

  16. abstract def signedRightShift(n: A, i: Int): A

  17. abstract def toHexString(n: A): String

  18. abstract def width: Int

  19. abstract def zero: A

    Definition Classes
    BoundedJoinSemilattice

Concrete Value Members

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

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

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

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def dual: Bool[A]

    Definition Classes
    Bool
  6. def equals(arg0: Any): Boolean

    Definition Classes
    Any
  7. def hashCode(): Int

    Definition Classes
    Any
  8. def imp(a: A, b: A): A

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

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

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

    Definition Classes
    BoundedJoinSemilattice
  12. def join(a: A, b: A): A

    Definition Classes
    HeytingJoinSemilattice
  13. def meet(a: A, b: A): A

    Definition Classes
    HeytingMeetSemilattice
  14. def nand(a: A, b: A): A

    Definition Classes
    Bool
  15. def nor(a: A, b: A): A

    Definition Classes
    Bool
  16. def nxor(a: A, b: A): A

    Definition Classes
    Bool
  17. def toString(): String

    Definition Classes
    Any
  18. def xor(a: A, b: A): A

    Definition Classes
    Bool

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 Any

Ungrouped