Interface ComputedValue<T>

Type Parameters:
T - the type of the value managed by this interface
All Superinterfaces:
Cloneable, Displayable
All Known Implementing Classes:
AbstractComputedInteger, AbstractComputedValue, ComputedDate, ComputedDouble, ComputedInteger, ComputedLong, ComputedMinute

public interface ComputedValue<T> extends Cloneable, Displayable
The ComputedValue interface represents a value that supports computational state, providing mechanisms to check and modify whether the value is computed or manually set. It extends the Cloneable interface to allow object cloning and the Displayable interface for a displayable representation of the value.
Author:
Syam