Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for FunctionalEquivalence (0.07 seconds)

  1. android/guava/src/com/google/common/base/Equivalence.java

       *
       * @since 10.0
       */
      public final <F> Equivalence<F> onResultOf(Function<? super F, ? extends @Nullable T> function) {
        return new FunctionalEquivalence<>(function, this);
      }
    
      /**
       * Returns a wrapper of {@code reference} that implements {@link Wrapper#equals(Object)
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Jul 10 01:47:55 GMT 2025
    - 14.5K bytes
    - Click Count (0)
Back to Top