IncreaseTo
final case class IncreaseTo(value: Double, unitsPerSecond: Double, limit: Double) extends TimeVaryingValue
A value that increases over time until it hits a limit.
- Value parameters:
- limit
The upper limit
- unitsPerSecond
The rate of change
- value
The current value
trait Serializable
trait Product
trait Equals
trait TimeVaryingValue
class Object
trait Matchable
class Any