|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
Matcher<T> and(Matcher<? super T> ) |
Documentation changed from old to new. |
Returns a new matcher which returns {@code true} if both this and the given matcher return {@code true}. |
Matcher<T> or(Matcher<? super T> ) |
Documentation changed from old to new. |
Returns a new matcher which returns {@code true} if either this or the given matcher return {@code true}. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |