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: Real)

Value Members

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

Inherited from HasBoxer

Inherited from Number

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyVal

Inherited from Any

Ungrouped