Condition.Step<I,O>
Modifier and Type | Field and Description |
---|---|
private Description |
mismatch |
private T |
theValue |
NOT_MATCHED
Modifier | Constructor and Description |
---|---|
private |
Matched(T theValue,
Description mismatch) |
Modifier and Type | Method and Description |
---|---|
<U> Condition<U> |
and(Condition.Step<? super T,U> next) |
boolean |
matching(Matcher<T> matcher,
java.lang.String message) |
matched, matching, notMatched, then
private final T theValue
private final Description mismatch
private Matched(T theValue, Description mismatch)