Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for CombinedFuture (0.06 seconds)

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

         */
        public <C extends @Nullable Object> ListenableFuture<C> callAsync(
            AsyncCallable<C> combiner, Executor executor) {
          return new CombinedFuture<>(futures, allMustSucceed, executor, combiner);
        }
    
        /**
         * Creates the {@link ListenableFuture} which will return the result of calling {@link
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 64.3K bytes
    - Click Count (0)
Back to Top