Uses of Class
com.storedobject.core.Money.List
Packages that use Money.List
-
Uses of Money.List in com.storedobject.core
Methods in com.storedobject.core that return Money.ListModifier and TypeMethodDescriptionAdd a monetary value to this list.Money.List.add
(Money.List moneyList) Add monetary values from another list.Money.List.negate()
Create a negated list from this list.Subtract a monetary value from this list.Money.List.subtract
(Money.List moneyList) Subtract monetary values from this list.Methods in com.storedobject.core with parameters of type Money.ListModifier and TypeMethodDescriptionMoney.List.add
(Money.List moneyList) Add monetary values from another list.Money.List.subtract
(Money.List moneyList) Subtract monetary values from this list.