HomeSort by relevance Sort by last modified time
    Searched defs:onResultOf (Results 1 - 4 of 4) sorted by null

  /external/guava/guava/src/com/google/common/base/
Equivalence.java 121 * 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) {
  /external/guava/guava/src/com/google/common/collect/
Ordering.java 60 * 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) {
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 42 milliseconds