Package ru.ispras.fortress.util
Interface Value<T>
-
- Type Parameters:
T
- Value type.
- All Known Implementing Classes:
ValueConst
public interface Value<T>
TheValue
interface describes objects that store a value of the specified type. Such an interface is useful when the value changes or it is calculated on request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
value()
-
-
-
Method Detail
-
value
T value()
-
-