protected static class Models.IsCommunicationPredicate extends java.lang.Object implements org.apache.commons.collections15.Predicate<Task>
IsCommunicationPredicate is a Predicate that returns
true if the task implements the ICommunication interface.| Modifier | Constructor and Description |
|---|---|
protected |
IsCommunicationPredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Task task) |