Class

spire.std

ShortIsBitString

Related Doc: package std

Permalink

class ShortIsBitString extends BitString[Short] with Serializable

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

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

    Permalink
    Definition Classes
    ShortIsBitString → GenBool → Heyting
  5. def asBoolRing: BoolRing[Short]

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

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

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

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

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

    Permalink
    Definition Classes
    ShortIsBitString → Heyting
  11. def dual: Bool[Short]

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

    Permalink
    Definition Classes
    ShortIsBitStringBitString
  18. def imp(a: Short, b: Short): Short

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ShortIsBitStringBitString
  26. def lowestOneBit(n: Short): Short

    Permalink
    Definition Classes
    ShortIsBitStringBitString
  27. def meet(a: Short, b: Short): Short

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ShortIsBitStringBitString
  37. def nxor(a: Short, b: Short): Short

    Permalink
    Definition Classes
    Heyting
  38. def one: Short

    Permalink
    Definition Classes
    ShortIsBitString → BoundedMeetSemilattice
  39. def or(a: Short, b: Short): Short

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

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

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

    Permalink
    Definition Classes
    ShortIsBitStringBitString
  43. def signed: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    ShortIsBitString → BoundedJoinSemilattice

Inherited from BitString[Short]

Inherited from Bool[Short]

Inherited from GenBool[Short]

Inherited from Heyting[Short]

Inherited from BoundedDistributiveLattice[Short]

Inherited from DistributiveLattice[Short]

Inherited from BoundedLattice[Short]

Inherited from BoundedJoinSemilattice[Short]

Inherited from BoundedMeetSemilattice[Short]

Inherited from Lattice[Short]

Inherited from MeetSemilattice[Short]

Inherited from JoinSemilattice[Short]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped