Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verified (0.15 sec)

  1. guava-testlib/src/com/google/common/testing/CollectorTester.java

          }
        };
    
        abstract <T extends @Nullable Object, A extends @Nullable Object, R extends @Nullable Object>
            A result(Collector<T, A, R> collector, Iterable<T> inputs);
      }
    
      /**
       * Verifies that the specified expected result is always produced by collecting the specified
       * inputs, regardless of how the elements are divided.
       */
      @SafeVarargs
      @CanIgnoreReturnValue
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 6.5K bytes
    - Viewed (0)
Back to top