final class U16 extends AnyVal with Short[U16]

Linear Supertypes
Short[U16], HasBoxer, ZLike[U16], Comparable[U16], Number, Immutable, ImmutableMarker, Clonable, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. U16
  2. Short
  3. HasBoxer
  4. ZLike
  5. Comparable
  6. Number
  7. Immutable
  8. ImmutableMarker
  9. Clonable
  10. AnyVal
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new U16(value: Short)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  6. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. final def %(other: U16): U16
    Definition Classes
    ShortZLike
  8. final def &(other: U16): U16
    Definition Classes
    Short
  9. final def *(other: U16): U16
    Definition Classes
    ShortZLike
  10. final def +(other: U16): U16
    Definition Classes
    ShortZLike
  11. final def -(other: U16): U16
    Definition Classes
    ShortZLike
  12. final def /(other: U16): U16
    Definition Classes
    ShortZLike
  13. final def <(other: U16): B
    Definition Classes
    ShortZLike
  14. final def <<(other: U16): U16
    Definition Classes
    Short
  15. final def <=(other: U16): B
    Definition Classes
    ShortZLike
  16. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  17. final def >(other: U16): B
    Definition Classes
    ShortZLike
  18. final def >=(other: U16): B
    Definition Classes
    ShortZLike
  19. final def >>(other: U16): U16
    Definition Classes
    Short
  20. final def >>>(other: U16): U16
    Definition Classes
    Short
  21. def BitWidth: Int
    Definition Classes
    U16ZLike
    Annotations
    @inline()
  22. def Index: U16
    Definition Classes
    U16ShortZLike
    Annotations
    @inline()
  23. def Max: U16
    Definition Classes
    U16ShortZLike
    Annotations
    @inline()
  24. def Min: U16
    Definition Classes
    U16ShortZLike
    Annotations
    @inline()
  25. def Name: java.lang.String
    Definition Classes
    U16ZLike
    Annotations
    @inline()
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def boxer: Boxer.type
    Definition Classes
    U16HasBoxer
  28. def compareTo(other: U16): Int
    Definition Classes
    ZLike → Comparable
  29. final def decrease: U16
    Definition Classes
    ShortZLike
  30. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  31. final def hasMax: Boolean
    Definition Classes
    ShortZLike
  32. final def hasMin: Boolean
    Definition Classes
    ShortZLike
  33. final def increase: U16
    Definition Classes
    ShortZLike
  34. final def isBitVector: Boolean
    Definition Classes
    ShortZLike
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isSigned: Boolean
    Definition Classes
    U16ZLike
    Annotations
    @inline()
  37. def isWrapped: Boolean
    Definition Classes
    U16Short
    Annotations
    @inline()
  38. def isZeroIndex: Boolean
    Definition Classes
    U16ShortZLike
    Annotations
    @inline()
  39. def make(v: Short): U16
    Definition Classes
    U16Short
  40. final def string: String
    Definition Classes
    ZLikeImmutable
  41. def to(n: U16): ZRange[U16]
    Definition Classes
    ZLike
  42. final def toBigInt: BigInt
    Definition Classes
    ShortZLike
  43. final def toIndex: Index
    Definition Classes
    ShortZLike
  44. final def toMP: Z
    Definition Classes
    ShortZLike
  45. final def toString(): scala.Predef.String
    Definition Classes
    Short → Any
  46. final def unary_-: U16
    Definition Classes
    ShortZLike
  47. final def unary_~: U16
    Definition Classes
    Short
  48. def until(n: U16): ZRange[U16]
    Definition Classes
    ZLike
  49. val value: Short
    Definition Classes
    U16Short
  50. final def |(other: U16): U16
    Definition Classes
    Short
  51. final def |^(other: U16): U16
    Definition Classes
    Short

Inherited from Short[U16]

Inherited from HasBoxer

Inherited from ZLike[U16]

Inherited from Comparable[U16]

Inherited from Number

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyVal

Inherited from Any

Ungrouped