T - public interface UpdateReviewer<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(TimeAddressable<T> series,
long index,
T newValue)
Returns true if the new value is acceptable as a replacement for the old one.
|
boolean accept(TimeAddressable<T> series, long index, T newValue) throws Exception
series - the series to be updatedindex - the index of the value to be updatednewValue - the new valueExceptionCopyright © 2017. All rights reserved.