Generated by
JDiff

Class com.google.common.base.Equivalence

Changed Methods
Equivalence<F> onResultOf(Function<?, super, F, ?, extends, T>) Change in signature from (Function<F, ? extends T>) to (Function<? super F, ? extends T>).
Returns a new equivalence relation for {@code F} which evaluates equivalence by first applying {@code function} to the argument, then evaluating using {@code this}.