Applies the specified transformation to each value's amount in this bag and returns the resulting bag.
Declaration
IImmutableMoneyBag IImmutableMoneyBag.TransformValues(Func<MonetaryValue, decimal> transform)
Parameters
Returns
Implements
Applies the specified transformation to each value's amount in this bag and returns the resulting bag. Values transformed to a null
amount are removed.
Declaration
IImmutableMoneyBag IImmutableMoneyBag.TransformValues(Func<MonetaryValue, decimal?> transform)
Parameters
Returns
Implements