Generated by
JDiff

Interface com.google.inject.matcher.Matcher

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}.