Interface Value<T>

    • Method Detail

      • getValue

        T getValue()
            throws java.lang.IllegalStateException,
                   java.lang.IllegalArgumentException
        Get the actual value.
        Returns:
        the actual value
        Throws:
        java.lang.IllegalStateException - if the value is time-sensitive and the current state does not allow retrieval.
        java.lang.IllegalArgumentException - when the value cannot be read due to misconfiguration