Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addInitialException (0.06 sec)

  1. android/guava/src/com/google/common/util/concurrent/AggregateFuture.java

                : "Got more than one input Future failure. Logging failures after the first";
        logger.get().log(SEVERE, message, throwable);
      }
    
      @Override
      final void addInitialException(Set<Throwable> seen) {
        checkNotNull(seen);
        if (!isCancelled()) {
          /*
           * requireNonNull is safe because:
           *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top