final class R extends AnyVal with Number with HasBoxer

Linear Supertypes
HasBoxer, Number, Immutable, ImmutableMarker, Clonable, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. R
  2. HasBoxer
  3. Number
  4. Immutable
  5. ImmutableMarker
  6. Clonable
  7. AnyVal
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new R(value: BigDecimal)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  6. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. def %(other: R): R
    Annotations
    @inline()
  8. def *(other: R): R
    Annotations
    @inline()
  9. def +(other: R): R
    Annotations
    @inline()
  10. def -(other: R): R
    Annotations
    @inline()
  11. def /(other: R): R
    Annotations
    @inline()
  12. def <(other: R): B
    Annotations
    @inline()
  13. def <=(other: R): B
    Annotations
    @inline()
  14. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  15. def >(other: R): B
    Annotations
    @inline()
  16. def >=(other: R): B
    Annotations
    @inline()
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def boxer: Boxer
    Definition Classes
    RHasBoxer
  19. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def string: String
    Definition Classes
    RImmutable
    Annotations
    @inline()
  22. def toString(): scala.Predef.String
    Definition Classes
    R → Any
    Annotations
    @inline()
  23. def unary_-: R
    Annotations
    @inline()
  24. val value: BigDecimal

Inherited from HasBoxer

Inherited from Number

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyVal

Inherited from Any

Ungrouped