Generated by
JDiff

Class com.google.common.base.Equivalence

Removed interface java.util.function.BiPredicate.

Removed Methods
boolean test(T, T) @deprecated Provided only to satisfy the BiPredicate interface; use .equivalent instead.
 

Changed Methods
Wrapper<S> wrap(S extends T) Change in signature from S to (S extends T).
Returns a wrapper of {@code reference} that implements Object.equals() such that {@code wrap(a).equals(wrap(b))} if and only if {@code equivalent(a, b)}.