trait Short[T <: Short[T]] extends ZLike[T] with HasBoxer
- Self Type
- T
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Short
- HasBoxer
- ZLike
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
BitWidth: scala.Int
- Definition Classes
- ZLike
- abstract def Index: T
- abstract def Max: T
- abstract def Min: T
-
abstract
def
Name: scala.Predef.String
- Definition Classes
- ZLike
-
abstract
def
boxer: Boxer
- Definition Classes
- HasBoxer
-
abstract
def
getClass(): Class[_]
- Definition Classes
- Any
-
abstract
def
isSigned: Boolean
- Definition Classes
- ZLike
- abstract def isWrapped: Boolean
- abstract def isZeroIndex: Boolean
- abstract def make(value: scala.Short): T
- abstract def value: scala.Short
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): scala.Int
- Definition Classes
- Any
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
- final def %(other: T): T
- final def &(other: T): T
- final def *(other: T): T
- final def +(other: T): T
- final def -(other: T): T
- final def /(other: T): T
- final def <(other: T): B
- final def <<(other: T): T
- final def <=(other: T): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- final def >(other: T): B
- final def >=(other: T): B
- final def >>(other: T): T
- final def >>>(other: T): T
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
compareTo(other: T): scala.Int
- Definition Classes
- ZLike → Comparable
- final def decrease: T
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
- final def hasMax: Boolean
- final def hasMin: Boolean
-
def
hashCode(): scala.Int
- Definition Classes
- Any
- final def increase: T
- final def isBitVector: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def string: String
-
def
to(n: T): ZRange[T]
- Definition Classes
- ZLike
- final def toBigInt: BigInt
- final def toIndex: Index
- final def toMP: Z
-
final
def
toString(): scala.Predef.String
- Definition Classes
- Short → Any
- final def unary_-: T
- final def unary_~: T
-
def
until(n: T): ZRange[T]
- Definition Classes
- ZLike
- final def |(other: T): T
- final def |^(other: T): T