- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ExceptionType (0.04 sec)
-
android/guava/src/com/google/common/util/concurrent/Futures.java
@Partially.GwtIncompatible("AVAILABLE but requires exceptionType to be Throwable.class") public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catching( ListenableFuture<? extends V> input, Class<X> exceptionType, Function<? super X, ? extends V> fallback, Executor executor) { return AbstractCatchingFuture.create(input, exceptionType, fallback, executor); } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 64.3K bytes - Viewed (0)