public class InclusionRuleFilter<N extends NamedObject>
extends java.lang.Object
implements java.util.function.Predicate<N>
| Constructor and Description |
|---|
InclusionRuleFilter(InclusionRule inclusionRule,
boolean inclusive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExcludeAll() |
boolean |
test(N namedObject) |
java.lang.String |
toString() |
public InclusionRuleFilter(InclusionRule inclusionRule, boolean inclusive)
public boolean isExcludeAll()
public boolean test(N namedObject)
test in interface java.util.function.Predicate<N extends NamedObject>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000-2018 Sualeh Fatehi. All rights reserved.