public class RemoveClassesPatternsMatcher extends Object implements AddsToRuleKey, java.util.function.Predicate<Object>
Modifier and Type | Field and Description |
---|---|
static RemoveClassesPatternsMatcher |
EMPTY |
Constructor and Description |
---|
RemoveClassesPatternsMatcher(com.google.common.collect.ImmutableSet<Pattern> patterns) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public static final RemoveClassesPatternsMatcher EMPTY
public RemoveClassesPatternsMatcher(com.google.common.collect.ImmutableSet<Pattern> patterns)
public boolean test(Object o)
test
in interface java.util.function.Predicate<Object>