public static interface SourceSectionFilter.SourcePredicate extends Predicate<Source>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Source source)
Returns
true if the given source should be tested positive and
false if the sources should be filtered. |