final case class Long(value: scala.Long) extends Z with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Long
- Serializable
- Serializable
- Product
- Equals
- Z
- HasBoxer
- ZLike
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Long(value: scala.Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → 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: Z): Z
- final def *(other: Z): Z
- final def +(other: Z): Z
- final def -(other: Z): Z
- final def /(other: Z): Z
- final def <(other: Z): B
- final def <=(other: Z): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def >(other: Z): B
- final def >=(other: Z): B
- final def BitWidth: Int
- final def Index: Z
- final def Max: Z
- final def Min: Z
- final def Name: scala.Predef.String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compareTo(other: Z): Int
- Definition Classes
- ZLike → Comparable
- final def decrease: Z
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
equals(other: Any): Boolean
- Definition Classes
- Z → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def hasMax: Boolean
- final def hasMin: Boolean
-
def
hashCode(): Int
- Definition Classes
- Long → AnyRef → Any
- final def increase: Z
- final def isBitVector: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isSigned: Boolean
- final def isZeroIndex: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def string: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
to(n: Z): ZRange[Z]
- Definition Classes
- ZLike
- def toBigInt: scala.BigInt
- final def toIndex: Index
- def toInt: Int
- def toIntOpt: scala.Option[Int]
- def toLong: scala.Long
- def toLongOpt: scala.Option[scala.Long]
- final def toMP: Z
-
def
toString(): scala.Predef.String
- Definition Classes
- Long → AnyRef → Any
- final def unary_-: Z
-
def
until(n: Z): ZRange[Z]
- Definition Classes
- ZLike
- val value: scala.Long
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )