public static class Text.RegexPredicate extends Object implements BiPredicate<String,String>, Serializable
Constructor and Description |
---|
RegexPredicate(String expression,
boolean negate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPattern() |
int |
hashCode() |
boolean |
isNegate() |
BiPredicate<String,String> |
negate() |
boolean |
test(String value,
String expression) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
and, or
public RegexPredicate(String expression, boolean negate)
public boolean isNegate()
public String getPattern()
public boolean test(String value, String expression)
test
in interface BiPredicate<String,String>
public BiPredicate<String,String> negate()
negate
in interface BiPredicate<String,String>
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.