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 interface
MonetaryRounding
Interface representing a monetary rounding.Methods in javax.money with parameters of type MonetaryOperator Modifier and Type Method Description default MonetaryAmount
MonetaryAmount. 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 interface
CurrencyConversion
This interface defines aCurrencyConversion
that is converting aMonetaryAmount
to anotherMonetaryAmount
with a different targetCurrencyUnit
.