| Package | Description | 
|---|---|
| cryptos | |
| cryptos.historical | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static java.util.stream.Stream<CryptoInfo> | CryptoInfo. streamCryptoInfo(java.lang.String currencyTo,
                java.lang.String... currenciesFrom) | streams CryptoInfo objects by connecting to the Coins
 General Info end point. The number of objects streamed is equal to the length of currenciesFrom. | 
| void | CryptoBase. update() | updates url and gets data from the CryptoCompare API | 
| void | CryptoData. update() | updates url with parameters, then connects and updates this objects RawData
 aggregate with the returned json. | 
| void | CryptoInfo. update() | updates url with parameters, then connects and updates this objects
 GeneralInfo and ConversionInfo aggregates with the returned json. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | HistoricalData. update() | updates url with parameters, then connects and updates this objects fields
 with the returned json. |