Object/Class

org.bitcoins.core.number

UInt32

Related Docs: class UInt32 | package number

Permalink

object UInt32 extends Factory[UInt32] with NumberObject[UInt32] with Bounded[UInt32]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UInt32
  2. Bounded
  3. NumberObject
  4. BaseNumbers
  5. Factory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type A = BigInt

    Permalink
    Definition Classes
    NumberObject

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(bigInt: BigInt): UInt32

    Permalink
  5. def apply(long: Long): UInt32

    Permalink
  6. def apply(hex: String): UInt32

    Permalink

    Creates a T from a hex string.

    Creates a T from a hex string.

    Definition Classes
    Factory
  7. def apply(bytes: ByteVector): UInt32

    Permalink

    Creates a T out of a sequence of bytes.

    Creates a T out of a sequence of bytes.

    Definition Classes
    Factory
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromBytes(bytes: ByteVector): UInt32

    Permalink

    Creates a T out of a sequence of bytes.

    Creates a T out of a sequence of bytes.

    Definition Classes
    UInt32Factory
  14. def fromHex(hex: String): UInt32

    Permalink

    Creates a T out of a hex string.

    Creates a T out of a hex string.

    Definition Classes
    Factory
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def isInBound(num: A): Boolean

    Permalink
    Definition Classes
    UInt32NumberObject
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. lazy val logger: Logger

    Permalink
    Definition Classes
    Factory
  20. lazy val max: UInt32

    Permalink
    Definition Classes
    UInt32Bounded
  21. lazy val min: UInt32

    Permalink
    Definition Classes
    UInt32Bounded
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. lazy val one: UInt32

    Permalink
    Definition Classes
    UInt32BaseNumbers
  26. implicit def self: Factory[UInt32]

    Permalink

    Allows a def foo[C: Factory]() construction.

    Allows a def foo[C: Factory]() construction.

    Definition Classes
    Factory
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. lazy val zero: UInt32

    Permalink
    Definition Classes
    UInt32BaseNumbers

Inherited from Bounded[UInt32]

Inherited from NumberObject[UInt32]

Inherited from BaseNumbers[UInt32]

Inherited from Factory[UInt32]

Inherited from AnyRef

Inherited from Any

Ungrouped