ORG.hd.d.par
Interface ParTasks.TaskFilter


public abstract static interface ParTasks.TaskFilter

Functor for filtering objects.


Method Summary
 boolean fn(java.lang.Object o)
          If this returns true, the object should appear in the result.
 

Method Detail

fn

public boolean fn(java.lang.Object o)
If this returns true, the object should appear in the result.

(c) Damon Hart-Davis 1999--2000