Periodically invoke a function.
Periodically invoke a function.
FiniteDuratrion, timeout
() -> T, function to be invoked
T, default value
T, apply f if the timeout is expired, NULL otherwise
Periodically invoke a function.
Periodically invoke a function.
T, timeout
T, decay rate
() -> V, function to be invoked
V, default value
V, apply f if the timeout is expired, NULL otherwise
Cyclic timer with a default unitary decay
Cyclic timer with a default unitary decay
timeout
true if the timeout is expired, false otherwise
Cyclic timer.
Cyclic timer.
timeout
decay rate
true if the timeout is expired, false otherwise
Evaporation pattern.
Evaporation pattern. Starting from [lenght, info] descends to [0, info] with a predefined unitary decay (The floor values depends on length's type)
T, duration
V, information
[V, T]
Evaporation pattern.
Evaporation pattern. Starting from [lenght, info] descends to [0, info] with a custom decay (The floor values depends on length's type)
T, duration
T => T, decay rate
V, information
[V, T]
Exponential back-off filter.
Exponential back-off filter.
T, signal to be filtered
T, alpha value
T, filtered signal
Timer synchronized within a neighborhood
Timer synchronized within a neighborhood
(Since version ) see corresponding Javadoc for more information.