Interface Value<V>

Type Parameters:
V - the referenced value type
All Superinterfaces:
Supplier<V>
All Known Subinterfaces:
OffsetValue<V>
All Known Implementing Classes:
OffsetValue.DefaultOffsetValue, OffsetValue.DurationOffsetValue, OffsetValue.InstantOffsetValue, OffsetValue.TemporalOffsetValue, Value.AbstractValue

public interface Value<V> extends Supplier<V>
A mutable reference to some value.
Author:
Paul Ferraro