public class TaskIterable extends Object implements Iterable<TaskControl>
| Modifier | Constructor and Description |
|---|---|
protected |
TaskIterable(Iterable<TaskControl> delegate,
TaskPredicate filter) |
| Modifier and Type | Method and Description |
|---|---|
static TaskIterable |
filter(Iterable<TaskControl> iterable,
TaskPredicate filter) |
static TaskControl |
find(Iterable<TaskControl> iterable,
TaskPredicate filter) |
Iterator<TaskControl> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected TaskIterable(Iterable<TaskControl> delegate, TaskPredicate filter)
public Iterator<TaskControl> iterator()
iterator in interface Iterable<TaskControl>public static TaskIterable filter(Iterable<TaskControl> iterable, TaskPredicate filter)
public static TaskControl find(Iterable<TaskControl> iterable, TaskPredicate filter)