Class

spire.std

ByteIsBitString

Related Doc: package std

Permalink

class ByteIsBitString extends BitString[Byte] with Serializable

Annotations
@SerialVersionUID()
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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteIsBitString()

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def and(a: Byte, b: Byte): Byte

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

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

    Permalink
    Definition Classes
    BoundedDistributiveLattice
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    ByteIsBitStringBitString
  9. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JoinSemilattice
  24. def joinSemilattice: BoundedSemilattice[Byte]

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

    Permalink
    Definition Classes
    ByteIsBitStringBitString
  26. def lowestOneBit(n: Byte): Byte

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

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

    Permalink
    Definition Classes
    MeetSemilattice
  29. def meetSemilattice: BoundedSemilattice[Byte]

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

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

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

    Permalink
    Definition Classes
    Heyting
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

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

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

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

    Permalink
    Definition Classes
    Heyting
  38. def one: Byte

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

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

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

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

    Permalink
    Definition Classes
    ByteIsBitStringBitString
  43. def signed: Boolean

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

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

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

    Permalink
    Definition Classes
    ByteIsBitStringBitString
  47. def toString(): String

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

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

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

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

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

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

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

    Permalink
    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