Class

spire.std

LongIsBitString

Related Doc: package std

Permalink

class LongIsBitString extends BitString[Long] with Serializable

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

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

    Permalink
    Definition Classes
    LongIsBitString → GenBool → Heyting
  5. def asBoolRing: BoolRing[Long]

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

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

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

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

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

    Permalink
    Definition Classes
    LongIsBitString → Heyting
  11. def dual: Bool[Long]

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

    Permalink
    Definition Classes
    LongIsBitStringBitString
  18. def imp(a: Long, b: Long): Long

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    LongIsBitStringBitString
  26. def lowestOneBit(n: Long): Long

    Permalink
    Definition Classes
    LongIsBitStringBitString
  27. def meet(a: Long, b: Long): Long

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    LongIsBitStringBitString
  37. def nxor(a: Long, b: Long): Long

    Permalink
    Definition Classes
    Heyting
  38. def one: Long

    Permalink
    Definition Classes
    LongIsBitString → BoundedMeetSemilattice
  39. def or(a: Long, b: Long): Long

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

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

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

    Permalink
    Definition Classes
    LongIsBitStringBitString
  43. def signed: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    LongIsBitString → BoundedJoinSemilattice

Inherited from BitString[Long]

Inherited from Bool[Long]

Inherited from GenBool[Long]

Inherited from Heyting[Long]

Inherited from BoundedDistributiveLattice[Long]

Inherited from DistributiveLattice[Long]

Inherited from BoundedLattice[Long]

Inherited from BoundedJoinSemilattice[Long]

Inherited from BoundedMeetSemilattice[Long]

Inherited from Lattice[Long]

Inherited from MeetSemilattice[Long]

Inherited from JoinSemilattice[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped