Class ListItemValue<T>

    • Constructor Detail

      • ListItemValue

        public ListItemValue​(Value<List<? extends T>> listValue,
                             Value<? extends Number> indexValue)
        Deprecated.
        Construct a new instance.
        Parameters:
        listValue - the list in which to look
        indexValue - the index at which to look
    • 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.