Class

io.scalajs.npm.bignum

BigNumEnrichment

Related Doc: package bignum

Permalink

implicit final class BigNumEnrichment extends AnyVal

BigNum Enrichment

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigNumEnrichment
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BigNumEnrichment(bigNum: BigNum)

    Permalink

    bigNum

    the given BigNum

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def %(value: BigNumCompatible): bigNum.type

    Permalink
    Annotations
    @inline()
  4. def &(value: BigNumCompatible): bigNum.type

    Permalink
    Annotations
    @inline()
  5. def *(value: BigNumCompatible): bigNum.type

    Permalink
    Annotations
    @inline()
  6. def +(value: BigNumCompatible): bigNum.type

    Permalink
    Annotations
    @inline()
  7. def -(value: BigNumCompatible): bigNum.type

    Permalink
    Annotations
    @inline()
  8. def /(value: BigNumCompatible): bigNum.type

    Permalink
    Annotations
    @inline()
  9. def <(value: BigNumCompatible): Boolean

    Permalink
    Annotations
    @inline()
  10. def <<(value: BigNumCompatible): bigNum.type

    Permalink
    Annotations
    @inline()
  11. def <=(value: BigNumCompatible): Boolean

    Permalink
    Annotations
    @inline()
  12. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  13. def >(value: BigNumCompatible): Boolean

    Permalink
    Annotations
    @inline()
  14. def >=(value: BigNumCompatible): Boolean

    Permalink
    Annotations
    @inline()
  15. def >>(value: BigNumCompatible): bigNum.type

    Permalink
    Annotations
    @inline()
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. val bigNum: BigNum

    Permalink

    the given BigNum

  18. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def toString(): String

    Permalink
    Definition Classes
    Any
  21. def |(value: BigNumCompatible): bigNum.type

    Permalink
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Ungrouped