public class LogicalAnd extends StringValuePattern
expectedValue| Constructor and Description |
|---|
LogicalAnd(java.util.List<StringValuePattern> operands) |
LogicalAnd(StringValuePattern... operands) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StringValuePattern> |
getAnd() |
java.lang.String |
getExpected() |
MatchResult |
match(java.lang.String value) |
and, equals, getName, hashCode, isAbsent, isPresent, nullSafeIsAbsent, or, toStringgetValue, isNullValuePermittedpublic LogicalAnd(StringValuePattern... operands)
public LogicalAnd(java.util.List<StringValuePattern> operands)
public java.lang.String getExpected()
getExpected in interface NamedValueMatcher<java.lang.String>getExpected in class StringValuePatternpublic java.util.List<StringValuePattern> getAnd()
public MatchResult match(java.lang.String value)