Uses of Class
at.jku.ssw.fp.sect10_3.WeatherData
-
Packages that use WeatherData Package Description at.jku.ssw.fp.sect10_3 at.jku.ssw.fp.sect10_5 -
-
Uses of WeatherData in at.jku.ssw.fp.sect10_3
Methods in at.jku.ssw.fp.sect10_3 that return WeatherData Modifier and Type Method Description static WeatherData
WeatherData. fromJSON(String data)
Creates an weather data object from a JSON string. -
Uses of WeatherData in at.jku.ssw.fp.sect10_5
Constructor parameters in at.jku.ssw.fp.sect10_5 with type arguments of type WeatherData Constructor Description Demo4_ObserveOn(Observable<WeatherData> weatherDataObservable)
-