Package | Description |
---|---|
cryptos.currencies |
Modifier and Type | Method | Description |
---|---|---|
static java.util.stream.Stream<Cryptocurrency> |
CryptocurrencyStreamer.streamAllCurrencies() |
streams all Cryptocurrency objects by connecting to the
All the Coins end point.
|
static java.util.stream.Stream<Cryptocurrency> |
CryptocurrencyStreamer.streamCurrencies(java.lang.String... symbols) |
streams Cryptocurrency objects in the order given by connecting to the
All the Coins end point.
|