trait ZLike[T <: ZLike[T]] extends Number with Comparable[T]
- Self Type
- T
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZLike
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def %(other: T): T
- abstract def *(other: T): T
- abstract def +(other: T): T
- abstract def -(other: T): T
- abstract def /(other: T): T
- abstract def <(other: T): B
- abstract def <=(other: T): B
- abstract def >(other: T): B
- abstract def >=(other: T): B
- abstract def BitWidth: Int
- abstract def Index: T
- abstract def Max: T
- abstract def Min: T
- abstract def Name: scala.Predef.String
- abstract def decrease: T
-
abstract
def
getClass(): Class[_]
- Definition Classes
- Any
- abstract def hasMax: Boolean
- abstract def hasMin: Boolean
- abstract def increase: T
- abstract def isBitVector: Boolean
- abstract def isSigned: Boolean
- abstract def isZeroIndex: Boolean
- abstract def toBigInt: BigInt
- abstract def toIndex: Index
- abstract def toMP: Z
- abstract def unary_-: T
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): 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
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
compareTo(other: T): Int
- Definition Classes
- ZLike → Comparable
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def string: String
- def to(n: T): ZRange[T]
-
def
toString(): java.lang.String
- Definition Classes
- Any
- def until(n: T): ZRange[T]