Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CombiningCallable (0.3 sec)

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

        public <V extends @Nullable Object> ClosingFuture<V> call(
            CombiningCallable<V> combiningCallable, Executor executor) {
          Callable<V> callable =
              new Callable<V>() {
                @Override
                @ParametricNullness
                public V call() throws Exception {
                  return new Peeker(inputs).call(combiningCallable, closeables);
                }
    
                @Override
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Sep 11 13:51:27 UTC 2025
    - 96.9K bytes
    - Viewed (0)
Back to top