- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for CombiningCallable (0.78 sec)
-
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 Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 97.8K bytes - Viewed (0) -
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 Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 98.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java
return waitFor(asyncClosingFunction, AsyncClosingFunction.class); } @SuppressWarnings("unchecked") // proxy for a generic class <V> CombiningCallable<V> waitFor(CombiningCallable<V> combiningCallable) { return waitFor(combiningCallable, CombiningCallable.class); } @SuppressWarnings("unchecked") // proxy for a generic class
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 75.4K bytes - Viewed (0)