Searched defs:onResultOf (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DEquivalence.java121 * equivalence.onResultOf(function).equivalent(a, b)} is true if and only if {@code
126 * Equivalence<Person> SAME_AGE = Equivalences.equals().onResultOf(GET_PERSON_AGE);
134 * For example, {@code Equivalences.identity().onResultOf(Functions.toStringFunction())} is broken
140 public final <F> Equivalence<F> onResultOf(Function<F, ? extends T> function) { method in class:Equivalence
/external/guava/guava/src/com/google/common/collect/
H A DOrdering.java60 * serialized, then {@code ordering.onResultOf(function)} can as well.
331 * .onResultOf(Functions.toStringFunction())}</pre>
334 public <F> Ordering<F> onResultOf(Function<F, ? extends T> function) { method in class:Ordering

Completed in 141 milliseconds