Class ListValue<T>

    • Constructor Detail

      • ListValue

        public ListValue​(List<? extends Value<? extends T>> values)
        Deprecated.
        Construct a new instance.
        Parameters:
        values - the list of values with which to populate the list
    • Method Detail

      • getValue

        public List<T> getValue()
                         throws IllegalStateException
        Deprecated.
        Get the actual dependency value.
        Specified by:
        getValue in interface Value<T>
        Returns:
        the actual dependency value
        Throws:
        IllegalStateException - if the value is time-sensitive and the current state does not allow retrieval.