| Package | Description |
|---|---|
| com.opengamma.strata.collect |
Root package for common data structures used by Strata.
|
| Modifier and Type | Method and Description |
|---|---|
FixedScaleDecimal |
FixedScaleDecimal.map(UnaryOperator<Decimal> fn)
Maps this value using the maths operations of
Decimal. |
static FixedScaleDecimal |
FixedScaleDecimal.of(Decimal decimal,
int fixedScale)
Obtains an instance from a decimal and scale.
|
static FixedScaleDecimal |
FixedScaleDecimal.parse(String str)
Parses an instance from a
String. |
FixedScaleDecimal |
Decimal.toFixedScale(int fixedScale)
Returns the equivalent
FixedScaleDecimal. |
| Modifier and Type | Method and Description |
|---|---|
int |
FixedScaleDecimal.compareTo(FixedScaleDecimal other) |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.