final class R extends AnyVal with Number with HasBoxer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- R
- HasBoxer
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new R(value: BigDecimal)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
%(other: R): R
- Annotations
- @inline()
-
def
*(other: R): R
- Annotations
- @inline()
-
def
+(other: R): R
- Annotations
- @inline()
-
def
-(other: R): R
- Annotations
- @inline()
-
def
/(other: R): R
- Annotations
- @inline()
-
def
<(other: R): B
- Annotations
- @inline()
-
def
<=(other: R): B
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
>(other: R): B
- Annotations
- @inline()
-
def
>=(other: R): B
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def string: String
-
def
toString(): scala.Predef.String
- Definition Classes
- R → Any
- Annotations
- @inline()
-
def
unary_-: R
- Annotations
- @inline()
- val value: BigDecimal