Interface RuntimeListValue<T>

  • Type Parameters:
    T - The type of object that this object represents
    All Superinterfaces:
    Iterable<T>, Iterator<T>, RWIterable<T>

    public interface RuntimeListValue<T>
    extends RWIterable<T>
    List of runtime values, extends Iterator.