public interface Decreasing
Value implementation has a
value that decreases with time. More importantly, this value knows how to
calculate the remaining time it will take until a certain value is reached.
This time can be queried and used for e.g. scheduling purposes.| Modifier and Type | Method and Description |
|---|---|
Long |
getDescendTime(Number until)
Calculates the remaining time in ms till this parameter reaches the
argument value (decresing from higher values).
|