public class TestResultActionIterable extends Object implements Iterable<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>>
Constructor and Description |
---|
TestResultActionIterable(AbstractTestResultAction<?> baseline)
Creates a new iterator that selects action of the given type
actionType . |
Modifier and Type | Method and Description |
---|---|
Iterator<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public TestResultActionIterable(AbstractTestResultAction<?> baseline)
actionType
.baseline
- the baseline to start from@NonNull public Iterator<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>> iterator()
iterator
in interface Iterable<edu.hm.hafner.echarts.BuildResult<AbstractTestResultAction<?>>>
Copyright © 2016–2022. All rights reserved.