public interface SampledStatistic<T extends Number>
Modifier and Type | Method and Description |
---|---|
boolean |
active()
Active.
|
List<Timestamped<T>> |
history()
History.
|
T |
value()
Value.
|
boolean active()
T value()
List<Timestamped<T>> history()
Copyright © 2018. All rights reserved.