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, extendsIterator.
- 
- 
Method Summary- 
Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, hasNext, next, remove
 - 
Methods inherited from interface com.redwood.scheduler.api.model.interfaces.RWIterablestream
 
- 
 
-