| Interface | Description |
|---|---|
| ReplayValue<T> |
A value wrapper that indicates if the current value is the first value replayed in the replay loop.
|
| Timed<T> |
Wraps a value with its timestamp.
|
| WrappedValue<T> |
| Class | Description |
|---|---|
| ReplayValueImpl<T> |
Default implementation of a
ReplayValue |
| TimedValue<T> |
Default implementation of a
Timed value. |