Trait/Object

spire.math

BitString

Related Docs: object BitString | package math

Permalink

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
Visibility
  1. Public
  2. All

Abstract Value Members

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

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

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

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

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

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

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

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

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

    Permalink
  10. abstract def one: A

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

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

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

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

    Permalink
  15. abstract def signed: Boolean

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

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

    Permalink
  18. abstract def width: Int

    Permalink
  19. abstract def zero: A

    Permalink
    Definition Classes
    BoundedJoinSemilattice

Concrete Value Members

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  7. def hashCode(): Int

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Bool
  17. def toString(): String

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

    Permalink
    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