Uses of Class
com.opengamma.strata.collect.FixedScaleDecimal
-
Packages that use FixedScaleDecimal Package Description com.opengamma.strata.basics.currency Representations of currency and money.com.opengamma.strata.collect Root package for common data structures used by Strata. -
-
Uses of FixedScaleDecimal in com.opengamma.strata.basics.currency
Methods in com.opengamma.strata.basics.currency that return FixedScaleDecimal Modifier and Type Method Description FixedScaleDecimalMoney. getValue()Gets the numeric amount of the money. -
Uses of FixedScaleDecimal in com.opengamma.strata.collect
Methods in com.opengamma.strata.collect that return FixedScaleDecimal Modifier and Type Method Description FixedScaleDecimalFixedScaleDecimal. map(UnaryOperator<Decimal> fn)Maps this value using the maths operations ofDecimal.static FixedScaleDecimalFixedScaleDecimal. of(Decimal decimal, int fixedScale)Obtains an instance from a decimal and scale.static FixedScaleDecimalFixedScaleDecimal. parse(String str)Parses an instance from aString.FixedScaleDecimalDecimal. toFixedScale(int fixedScale)Returns the equivalentFixedScaleDecimal.Methods in com.opengamma.strata.collect with parameters of type FixedScaleDecimal Modifier and Type Method Description intFixedScaleDecimal. compareTo(FixedScaleDecimal other)
-