final class U256 extends AnyVal with Ordered[U256]

Linear Supertypes
Ordered[U256], Comparable[U256], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. U256
  2. Ordered
  3. Comparable
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new U256(v: BigInteger)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def <(that: U256): Boolean
    Definition Classes
    Ordered
  4. def <=(that: U256): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def >(that: U256): Boolean
    Definition Classes
    Ordered
  7. def >=(that: U256): Boolean
    Definition Classes
    Ordered
  8. def add(that: U256): Option[U256]
  9. def addOneUnsafe(): U256
  10. def addUnsafe(that: U256): U256
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def bitAnd(that: U256): U256
  13. def bitOr(that: U256): U256
  14. def compare(that: U256): Int
    Definition Classes
    U256 → Ordered
  15. def compareTo(that: U256): Int
    Definition Classes
    Ordered → Comparable
  16. def div(that: U256): Option[U256]
  17. def divUnsafe(that: U256): U256
  18. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isZero: Boolean
  21. def mod(that: U256): Option[U256]
  22. def modAdd(that: U256): U256
  23. def modMul(that: U256): U256
  24. def modSub(that: U256): U256
  25. def modUnsafe(that: U256): U256
  26. def mul(that: U256): Option[U256]
  27. def mulUnsafe(that: U256): U256
  28. def nonZero: Boolean
  29. def shl(n: U256): U256
  30. def shr(n: U256): U256
  31. def sub(that: U256): Option[U256]
  32. def subOneUnsafe(): U256
  33. def subUnsafe(that: U256): U256
  34. def toBigInt: BigInteger
  35. def toByte: Option[Byte]
  36. def toBytes: ByteString
  37. def toFixedSizeBytes(size: Int): Option[ByteString]
  38. def toInt: Option[Int]
  39. def toIntUnsafe: Int
  40. def toLong: Option[Long]
  41. def toString(): String
    Definition Classes
    U256 → Any
  42. val v: BigInteger
  43. def xor(that: U256): U256

Inherited from Ordered[U256]

Inherited from Comparable[U256]

Inherited from AnyVal

Inherited from Any

Ungrouped