Uses of Class
org.silverpeas.looks.aurora.service.weather.WeatherForecastData
Packages that use WeatherForecastData
-
Uses of WeatherForecastData in org.silverpeas.looks.aurora.service.weather
Methods in org.silverpeas.looks.aurora.service.weather that return WeatherForecastDataModifier and TypeMethodDescriptionfinal WeatherForecastDataWeatherCache.get(String cityId, Supplier<WeatherForecastData> supplier) Gets the weather forecast data from the cache or invokes the specified supplier if no such data are in the cache or if the data is expired.Request weather forecast data of the specified city.Method parameters in org.silverpeas.looks.aurora.service.weather with type arguments of type WeatherForecastDataModifier and TypeMethodDescriptionfinal WeatherForecastDataWeatherCache.get(String cityId, Supplier<WeatherForecastData> supplier) Gets the weather forecast data from the cache or invokes the specified supplier if no such data are in the cache or if the data is expired.