Class

spire.std

ShortIsBitString

Related Doc: package std

Permalink

class ShortIsBitString extends BitString[Short] with Serializable

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

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

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

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

    Permalink
    Definition Classes
    ShortIsBitStringHeyting
  9. def dual: Bool[Short]

    Permalink
    Definition Classes
    Bool
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def highestOneBit(n: Short): Short

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

    Permalink
    Definition Classes
    BoolHeyting
  17. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    HeytingJoinSemilattice
  21. def leftShift(n: Short, i: Int): Short

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

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

    Permalink
    Definition Classes
    HeytingMeetSemilattice
  24. def nand(a: Short, b: Short): Short

    Permalink
    Definition Classes
    Bool
  25. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Bool
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def numberOfLeadingZeros(n: Short): Int

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

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

    Permalink
    Definition Classes
    Bool
  32. def one: Short

    Permalink
  33. def or(a: Short, b: Short): Short

    Permalink
    Definition Classes
    ShortIsBitStringHeyting
  34. def rightShift(n: Short, i: Int): Short

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

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

    Permalink
    Definition Classes
    ShortIsBitStringBitString
  37. def signed: Boolean

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

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

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

    Permalink
    Definition Classes
    ShortIsBitStringBitString
  41. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    ShortIsBitStringBitString
  46. def xor(a: Short, b: Short): Short

    Permalink
    Definition Classes
    ShortIsBitStringBool
  47. def zero: Short

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from BitString[Short]

Inherited from Bool[Short]

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

Inherited from Any

Ungrouped