Interface Value<T>

  • Type Parameters:
    T - Value type.
    All Known Implementing Classes:
    ValueConst

    public interface Value<T>
    The Value 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 Detail

      • value

        T value()