- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for CombiningCallable (0.1 seconds)
-
android/guava/src/com/google/common/util/concurrent/ClosingFuture.java
public final <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
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 101.7K bytes - Click Count (0) -
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
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 63K bytes - Click Count (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
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 63K bytes - Click Count (0)