object U64
- Annotations
- @ext()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- U64
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- 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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toB(n: U64): B
- Annotations
- @pure()
-
def
toN(n: U64): N
- Annotations
- @pure()
-
def
toN16(n: U64): N16
- Annotations
- @pure()
-
def
toN32(n: U64): N32
- Annotations
- @pure()
-
def
toN64(n: U64): N64
- Annotations
- @pure()
-
def
toN8(n: U64): N8
- Annotations
- @pure()
-
def
toRawF64(n: U64): F64
- Annotations
- @pure()
-
def
toRawS64(n: U64): S64
- Annotations
- @pure()
-
def
toS16(n: U64): S16
- Annotations
- @pure()
-
def
toS32(n: U64): S32
- Annotations
- @pure()
-
def
toS64(n: U64): S64
- Annotations
- @pure()
-
def
toS8(n: U64): S8
- Annotations
- @pure()
-
def
toString(): java.lang.String
- Definition Classes
- AnyRef → Any
-
def
toU16(n: U64): U16
- Annotations
- @pure()
-
def
toU32(n: U64): U32
- Annotations
- @pure()
-
def
toU64(n: U64): U64
- Annotations
- @pure()
-
def
toU8(n: U64): U8
- Annotations
- @pure()
-
def
toZ(n: U64): Z
- Annotations
- @pure()
-
def
toZ16(n: U64): Z16
- Annotations
- @pure()
-
def
toZ32(n: U64): Z32
- Annotations
- @pure()
-
def
toZ64(n: U64): Z64
- Annotations
- @pure()
-
def
toZ8(n: U64): Z8
- Annotations
- @pure()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )