protected static class Adjustment.CompoundIterable
extends java.lang.Object
implements java.lang.Iterable<org.gradle.api.Task>
Iterable that concatenates multiple iterables of Tasks.| Modifier and Type | Class and Description |
|---|---|
protected static class |
Adjustment.CompoundIterable.CompoundIterator
An
Iterator that concatenates multiple iterables of Tasks. |
| Modifier | Constructor and Description |
|---|---|
protected |
CompoundIterable(java.util.Collection<? extends java.lang.Iterable<? extends org.gradle.api.Task>> iterables)
Creates a compound iterable.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<org.gradle.api.Task> |
iterator() |