Uses of Interface
javax.money.MonetaryOperator
Packages that use MonetaryOperator
Package
Description
Main package of the Money and Currency API.
Defines the monetary currency conversion API.
-
Uses of MonetaryOperator in javax.money
Subinterfaces of MonetaryOperator in javax.moneyModifier and TypeInterfaceDescriptioninterfaceInterface representing a monetary rounding.Classes in javax.money that implement MonetaryOperatorModifier and TypeClassDescriptionprivate static final classDefault Rounding that rounds aMonetaryAmountbased on the amount'sCurrencyUnit.Methods in javax.money with parameters of type MonetaryOperatorModifier and TypeMethodDescriptiondefault 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.convertModifier and TypeInterfaceDescriptioninterfaceThis interface defines aCurrencyConversionthat is converting aMonetaryAmountto anotherMonetaryAmountwith a different targetCurrencyUnit.