Uses of Interface
javax.money.MonetaryOperator
| Package | Description |
|---|---|
| javax.money |
Main package of the Money and Currency API.
|
| javax.money.convert |
Defines the monetary currency conversion API.
|
-
Uses of MonetaryOperator in javax.money
Subinterfaces of MonetaryOperator in javax.money Modifier and Type Interface Description interfaceMonetaryRoundingInterface representing a monetary rounding.Methods in javax.money with parameters of type MonetaryOperator Modifier and Type Method Description default MonetaryAmountMonetaryAmount. with(MonetaryOperator operator)Returns an operated object of the same type as this object with the operation made. -
Uses of MonetaryOperator in javax.money.convert
Subinterfaces of MonetaryOperator in javax.money.convert Modifier and Type Interface Description interfaceCurrencyConversionThis interface defines aCurrencyConversionthat is converting aMonetaryAmountto anotherMonetaryAmountwith a different targetCurrencyUnit.