Packages

c

spire.std

ByteIsBitString

class ByteIsBitString extends BitString[Byte] with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Serializable, BitString[Byte], Bool[Byte], Heyting[Byte], BoundedLattice[Byte], BoundedJoinSemilattice[Byte], BoundedMeetSemilattice[Byte], Lattice[Byte], MeetSemilattice[Byte], JoinSemilattice[Byte], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteIsBitString
  2. Serializable
  3. Serializable
  4. BitString
  5. Bool
  6. Heyting
  7. BoundedLattice
  8. BoundedJoinSemilattice
  9. BoundedMeetSemilattice
  10. Lattice
  11. MeetSemilattice
  12. JoinSemilattice
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteIsBitString()

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: Byte, b: Byte): Byte
    Definition Classes
    ByteIsBitStringHeyting
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bitCount(n: Byte): Int
    Definition Classes
    ByteIsBitStringBitString
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def complement(a: Byte): Byte
    Definition Classes
    ByteIsBitStringHeyting
  9. def dual: Bool[Byte]
    Definition Classes
    Bool
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. def highestOneBit(n: Byte): Byte
    Definition Classes
    ByteIsBitStringBitString
  16. def imp(a: Byte, b: Byte): Byte
    Definition Classes
    BoolHeyting
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isOne(a: Byte)(implicit ev: Eq[Byte]): Boolean
    Definition Classes
    BoundedMeetSemilattice
  19. def isZero(a: Byte)(implicit ev: Eq[Byte]): Boolean
    Definition Classes
    BoundedJoinSemilattice
  20. def join(a: Byte, b: Byte): Byte
    Definition Classes
    HeytingJoinSemilattice
  21. def leftShift(n: Byte, i: Int): Byte
    Definition Classes
    ByteIsBitStringBitString
  22. def lowestOneBit(n: Byte): Byte
    Definition Classes
    ByteIsBitStringBitString
  23. def meet(a: Byte, b: Byte): Byte
    Definition Classes
    HeytingMeetSemilattice
  24. def nand(a: Byte, b: Byte): Byte
    Definition Classes
    Bool
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def nor(a: Byte, b: Byte): Byte
    Definition Classes
    Bool
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. def numberOfLeadingZeros(n: Byte): Int
    Definition Classes
    ByteIsBitStringBitString
  30. def numberOfTrailingZeros(n: Byte): Int
    Definition Classes
    ByteIsBitStringBitString
  31. def nxor(a: Byte, b: Byte): Byte
    Definition Classes
    Bool
  32. def one: Byte
  33. def or(a: Byte, b: Byte): Byte
    Definition Classes
    ByteIsBitStringHeyting
  34. def rightShift(n: Byte, i: Int): Byte
    Definition Classes
    ByteIsBitStringBitString
  35. def rotateLeft(n: Byte, i: Int): Byte
    Definition Classes
    ByteIsBitStringBitString
  36. def rotateRight(n: Byte, i: Int): Byte
    Definition Classes
    ByteIsBitStringBitString
  37. def signed: Boolean
    Definition Classes
    ByteIsBitStringBitString
  38. def signedRightShift(n: Byte, i: Int): Byte
    Definition Classes
    ByteIsBitStringBitString
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toHexString(n: Byte): String
    Definition Classes
    ByteIsBitStringBitString
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def width: Int
    Definition Classes
    ByteIsBitStringBitString
  46. def xor(a: Byte, b: Byte): Byte
    Definition Classes
    ByteIsBitStringBool
  47. def zero: Byte

Inherited from Serializable

Inherited from Serializable

Inherited from BitString[Byte]

Inherited from Bool[Byte]

Inherited from Heyting[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 AnyRef

Inherited from Any

Ungrouped