public static class Dependencies.DependentPuncTagRejectFilter<G extends Label,D extends Label,N> extends Object implements java.util.function.Predicate<Dependency<G,D,N>>, Serializable
| Constructor and Description |
|---|
DependentPuncTagRejectFilter(java.util.function.Predicate<String> trf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Dependency<G,D,N> d) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic DependentPuncTagRejectFilter(java.util.function.Predicate<String> trf)
public boolean test(Dependency<G,D,N> d)
test in interface java.util.function.Predicate<Dependency<G extends Label,D extends Label,N>>