Class ConstructedValue<T>

    • Constructor Detail

      • ConstructedValue

        public ConstructedValue​(Constructor<T> constructor,
                                List<? extends Value<?>> parameters)
        Deprecated.
        Construct a new instance.
        Parameters:
        constructor - the constructor to use
        parameters - the parameters to pass to the constructor
    • Method Detail

      • getValue

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