Generated by
JDiff

Class com.google.common.base.Predicates

Changed Methods
Predicate<T> equalTo(T extends Object) Change in signature from T to (T extends Object).
Returns a predicate that evaluates to {@code true} if the object being tested {@code equals()} the given target or both are null.
Predicate<T> instanceOf(Class<?>) Change in return type from Predicate<Object> to Predicate<T>.
Returns a predicate that evaluates to {@code true} if the object being tested is an instance of the given class.