Generated by
JDiff

Interface com.google.inject.matcher.Matcher

Changed Methods
Matcher<T> and(Matcher<? super T>) Changed from non-abstract to abstract. Returns a new matcher which returns {@code true} if both this and the given matcher return {@code true}.
boolean matches(T) Changed from non-abstract to abstract. Returns {@code true} if this matches {@code t}, {@code false} otherwise.
Matcher<T> or(Matcher<? super T>) Changed from non-abstract to abstract. Returns a new matcher which returns {@code true} if either this or the given matcher return {@code true}.