spire.std

ByteIsBitString

class ByteIsBitString extends BitString[Byte] with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
BitString[Byte], Bool[Byte], GenBool[Byte], Heyting[Byte], BoundedDistributiveLattice[Byte], DistributiveLattice[Byte], BoundedLattice[Byte], BoundedJoinSemilattice[Byte], BoundedMeetSemilattice[Byte], Lattice[Byte], MeetSemilattice[Byte], JoinSemilattice[Byte], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteIsBitString
  2. BitString
  3. Bool
  4. GenBool
  5. Heyting
  6. BoundedDistributiveLattice
  7. DistributiveLattice
  8. BoundedLattice
  9. BoundedJoinSemilattice
  10. BoundedMeetSemilattice
  11. Lattice
  12. MeetSemilattice
  13. JoinSemilattice
  14. Serializable
  15. Serializable
  16. AnyRef
  17. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteIsBitString()

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: Byte, b: Byte): Byte

    Definition Classes
    ByteIsBitString → GenBool → Heyting
  7. def asBoolRing: BoolRing[Byte]

    Definition Classes
    Bool → GenBool
  8. def asCommutativeRig: CommutativeRig[Byte]

    Definition Classes
    BoundedDistributiveLattice
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def bitCount(n: Byte): Int

    Definition Classes
    ByteIsBitStringBitString
  11. def clone(): AnyRef

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

    Definition Classes
    ByteIsBitString → Heyting
  13. def dual: Bool[Byte]

    Definition Classes
    Bool → BoundedDistributiveLattice → BoundedLattice → Lattice
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. def highestOneBit(n: Byte): Byte

    Definition Classes
    ByteIsBitStringBitString
  20. def imp(a: Byte, b: Byte): Byte

    Definition Classes
    Bool → Heyting
  21. final def isInstanceOf[T0]: Boolean

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

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

    Definition Classes
    BoundedJoinSemilattice
  24. def join(a: Byte, b: Byte): Byte

    Definition Classes
    GenBool → JoinSemilattice
  25. def joinPartialOrder(implicit ev: Eq[Byte]): PartialOrder[Byte]

    Definition Classes
    JoinSemilattice
  26. def joinSemilattice: BoundedSemilattice[Byte]

    Definition Classes
    BoundedJoinSemilattice → JoinSemilattice
  27. def leftShift(n: Byte, i: Int): Byte

    Definition Classes
    ByteIsBitStringBitString
  28. def lowestOneBit(n: Byte): Byte

    Definition Classes
    ByteIsBitStringBitString
  29. def meet(a: Byte, b: Byte): Byte

    Definition Classes
    GenBool → MeetSemilattice
  30. def meetPartialOrder(implicit ev: Eq[Byte]): PartialOrder[Byte]

    Definition Classes
    MeetSemilattice
  31. def meetSemilattice: BoundedSemilattice[Byte]

    Definition Classes
    BoundedMeetSemilattice → MeetSemilattice
  32. def nand(a: Byte, b: Byte): Byte

    Definition Classes
    Heyting
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def nor(a: Byte, b: Byte): Byte

    Definition Classes
    Heyting
  35. final def notify(): Unit

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

    Definition Classes
    AnyRef
  37. def numberOfLeadingZeros(n: Byte): Int

    Definition Classes
    ByteIsBitStringBitString
  38. def numberOfTrailingZeros(n: Byte): Int

    Definition Classes
    ByteIsBitStringBitString
  39. def nxor(a: Byte, b: Byte): Byte

    Definition Classes
    Heyting
  40. def one: Byte

    Definition Classes
    ByteIsBitString → BoundedMeetSemilattice
  41. def or(a: Byte, b: Byte): Byte

    Definition Classes
    ByteIsBitString → GenBool → Heyting
  42. def rightShift(n: Byte, i: Int): Byte

    Definition Classes
    ByteIsBitStringBitString
  43. def rotateLeft(n: Byte, i: Int): Byte

    Definition Classes
    ByteIsBitStringBitString
  44. def rotateRight(n: Byte, i: Int): Byte

    Definition Classes
    ByteIsBitStringBitString
  45. def signed: Boolean

    Definition Classes
    ByteIsBitStringBitString
  46. def signedRightShift(n: Byte, i: Int): Byte

    Definition Classes
    ByteIsBitStringBitString
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toHexString(n: Byte): String

    Definition Classes
    ByteIsBitStringBitString
  49. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def width: Int

    Definition Classes
    ByteIsBitStringBitString
  54. def without(a: Byte, b: Byte): Byte

    Definition Classes
    Bool → GenBool
  55. def xor(a: Byte, b: Byte): Byte

    Definition Classes
    ByteIsBitString → Bool → GenBool → Heyting
  56. def zero: Byte

    Definition Classes
    ByteIsBitString → BoundedJoinSemilattice

Inherited from BitString[Byte]

Inherited from Bool[Byte]

Inherited from GenBool[Byte]

Inherited from Heyting[Byte]

Inherited from BoundedDistributiveLattice[Byte]

Inherited from DistributiveLattice[Byte]

Inherited from BoundedLattice[Byte]

Inherited from BoundedJoinSemilattice[Byte]

Inherited from BoundedMeetSemilattice[Byte]

Inherited from Lattice[Byte]

Inherited from MeetSemilattice[Byte]

Inherited from JoinSemilattice[Byte]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped