Class ImmediateValue<T>

    • Constructor Detail

      • ImmediateValue

        public ImmediateValue​(T value)
        Deprecated.
        Construct a new instance.
        Parameters:
        value - the value to return
    • Method Detail

      • getValue

        public T getValue()
        Deprecated.
        Get the actual dependency value.
        Specified by:
        getValue in interface Value<T>
        Returns:
        the actual dependency value