Class SetValue<T>

    • Constructor Detail

      • SetValue

        public SetValue​(List<? extends Value<? extends T>> values)
        Deprecated.
        Construct a new instance.
        Parameters:
        values - the values to add to the set
    • Method Detail

      • getValue

        public Set<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.