Groovy Documentation

org.codehaus.griffon.runtime.tasks
[Java] Class TaskIterable

java.lang.Object
  org.codehaus.griffon.runtime.tasks.TaskIterable
All Implemented Interfaces:
Iterable

public class TaskIterable
extends Object

Authors:
Eike Kettner
Since:
21.09.11 21:16


Field Summary
private Iterable delegate

private TaskPredicate filter

 
Constructor Summary
protected TaskIterable(Iterable delegate, TaskPredicate filter)

 
Method Summary
static TaskIterable filter(Iterable iterable, TaskPredicate filter)

static TaskControl find(Iterable iterable, TaskPredicate filter)

Iterator iterator()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

delegate

private final Iterable delegate


filter

private final TaskPredicate filter


 
Constructor Detail

TaskIterable

protected TaskIterable(Iterable delegate, TaskPredicate filter)


 
Method Detail

filter

public static TaskIterable filter(Iterable iterable, TaskPredicate filter)


find

public static TaskControl find(Iterable iterable, TaskPredicate filter)


iterator

public Iterator iterator()


 

Groovy Documentation