interface Priced
Modifier and Type | Method and Description |
---|---|
javax.money.MonetaryAmount |
getPrice()
Returns the price of the item.
|
static javax.money.MonetaryAmount |
sumUp(Iterable<? extends Priced> priced)
Sums up the prices of all given
Priced instances. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.