getCurrencies

open override fun getCurrencies(query: CurrencyQuery): Set<CurrencyUnit>

Access all currencies matching the given query.

Return

a set of all currencies found, never null.

Parameters

query

The currency query, not null.