Uses of Record Class
org.bsc.spring.agentexecutor.function.WeatherFunction.Condition
-
Uses of WeatherFunction.Condition in org.bsc.spring.agentexecutor.function
Modifier and TypeMethodDescriptionWeatherFunction.Current.condition()
Returns the value of thecondition
record component.ModifierConstructorDescriptionCurrent
(String temp_f, WeatherFunction.Condition condition, String wind_mph, String humidity) Creates an instance of aCurrent
record class.