Package | Description |
---|---|
org.javamoney.moneta.function |
Contains additional functional extensions.
|
Modifier and Type | Method and Description |
---|---|
MonetarySummaryStatistics |
MonetarySummaryStatistics.combine(MonetarySummaryStatistics summaryStatistics)
Combines the state of another
MonetarySummaryStatistics into this
one. |
MonetarySummaryStatistics |
MonetarySummaryStatistics.to(javax.money.CurrencyUnit unit)
created the MonetarySummaryStatistics converted to
CurrencyUnit |
Modifier and Type | Method and Description |
---|---|
Map<javax.money.CurrencyUnit,MonetarySummaryStatistics> |
GroupMonetarySummaryStatistics.get() |
static java.util.stream.Collector<javax.money.MonetaryAmount,MonetarySummaryStatistics,MonetarySummaryStatistics> |
MonetaryFunctions.summarizingMonetary(javax.money.CurrencyUnit currencyUnit)
of the summary of the MonetaryAmount
|
static java.util.stream.Collector<javax.money.MonetaryAmount,MonetarySummaryStatistics,MonetarySummaryStatistics> |
MonetaryFunctions.summarizingMonetary(javax.money.CurrencyUnit currencyUnit)
of the summary of the MonetaryAmount
|
static java.util.stream.Collector<javax.money.MonetaryAmount,MonetarySummaryStatistics,MonetarySummaryStatistics> |
MonetaryFunctions.summarizingMonetary(javax.money.CurrencyUnit currencyUnit,
javax.money.convert.ExchangeRateProvider provider)
of the summary of the MonetaryAmount
|
static java.util.stream.Collector<javax.money.MonetaryAmount,MonetarySummaryStatistics,MonetarySummaryStatistics> |
MonetaryFunctions.summarizingMonetary(javax.money.CurrencyUnit currencyUnit,
javax.money.convert.ExchangeRateProvider provider)
of the summary of the MonetaryAmount
|
Modifier and Type | Method and Description |
---|---|
MonetarySummaryStatistics |
MonetarySummaryStatistics.combine(MonetarySummaryStatistics summaryStatistics)
Combines the state of another
MonetarySummaryStatistics into this
one. |
Copyright © 2012-2015 JavaMoney. All Rights Reserved.