Generated by
JDiff

Interface com.google.common.base.Predicate

Changed Methods
boolean apply(T extends Object) Change in signature from T to (T extends Object).
Returns the result of applying this predicate to {@code input} (Java 8 users, see notes in the class documentation above).
boolean equals(Object) Change in signature from Object to java.lang.Object.
Indicates whether another object is equal to this predicate.
boolean test(T extends Object) Change in signature from T to (T extends Object).