Class

spire.std

IntIsBitString

Related Doc: package std

Permalink

class IntIsBitString extends BitString[Int] with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
BitString[Int], Bool[Int], GenBool[Int], Heyting[Int], BoundedDistributiveLattice[Int], DistributiveLattice[Int], BoundedLattice[Int], BoundedJoinSemilattice[Int], BoundedMeetSemilattice[Int], Lattice[Int], MeetSemilattice[Int], JoinSemilattice[Int], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntIsBitString
  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 IntIsBitString()

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

    Permalink
    Definition Classes
    IntIsBitString → GenBool → Heyting
  5. def asBoolRing: BoolRing[Int]

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

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

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

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

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

    Permalink
    Definition Classes
    IntIsBitString → Heyting
  11. def dual: Bool[Int]

    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: Int): Int

    Permalink
    Definition Classes
    IntIsBitStringBitString
  18. def imp(a: Int, b: Int): Int

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IntIsBitStringBitString
  26. def lowestOneBit(n: Int): Int

    Permalink
    Definition Classes
    IntIsBitStringBitString
  27. def meet(a: Int, b: Int): Int

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

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

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

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

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

    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: Int): Int

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

    Permalink
    Definition Classes
    IntIsBitStringBitString
  37. def nxor(a: Int, b: Int): Int

    Permalink
    Definition Classes
    Heyting
  38. def one: Int

    Permalink
    Definition Classes
    IntIsBitString → BoundedMeetSemilattice
  39. def or(a: Int, b: Int): Int

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

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

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

    Permalink
    Definition Classes
    IntIsBitStringBitString
  43. def signed: Boolean

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

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

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

    Permalink
    Definition Classes
    IntIsBitStringBitString
  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
    IntIsBitStringBitString
  52. def without(a: Int, b: Int): Int

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

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

    Permalink
    Definition Classes
    IntIsBitString → BoundedJoinSemilattice

Inherited from BitString[Int]

Inherited from Bool[Int]

Inherited from GenBool[Int]

Inherited from Heyting[Int]

Inherited from BoundedDistributiveLattice[Int]

Inherited from DistributiveLattice[Int]

Inherited from BoundedLattice[Int]

Inherited from BoundedJoinSemilattice[Int]

Inherited from BoundedMeetSemilattice[Int]

Inherited from Lattice[Int]

Inherited from MeetSemilattice[Int]

Inherited from JoinSemilattice[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped