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
.
-
-
Field Summary
-
Fields inherited from interface com.redwood.scheduler.api.model.interfaces.RWIterable
VERSION_RWIterable
-
-
Method Summary
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface com.redwood.scheduler.api.model.interfaces.RWIterable
stream
-
-