temperature

@Contract(value = "_ -> this", mutates = "this")
abstract fun temperature(temperature: Float): Climate.Builder

Sets the temperature for the climate to the given temperature and returns this builder.

Return

this builder

Parameters

temperature

the temperature

See also