public interface CurrencySupplier
CurrencyUnit-valued results. This is the
CurrencyUnit-producing specialization of Supplier (as in Java 8).
There is no requirement that a distinct result be returned each time the supplier is invoked.
This is a functional interface whose
functional method is getCurrency().
Supplier| Modifier and Type | Method and Description |
|---|---|
CurrencyUnit |
getCurrency()
Gets the corresponding
CurrencyUnit. |
CurrencyUnit getCurrency()
CurrencyUnit.CurrencyUnit, not null.