Searched defs:catchingAsync (Results 1 – 9 of 9) sorted by relevance
39 public final FluentFuture<V> catchingAsync( in catchingAsync() method in GwtFluentFutureCatchingSpecialization
40 public static <V> ListenableFuture<V> catchingAsync( in catchingAsync() method in GwtFuturesCatchingSpecialization
62 public final <X extends Throwable> PropagatedFluentFuture<V> catchingAsync( in catchingAsync() method in PropagatedFluentFuture
63 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catchingAsync( in catchingAsync() method in PropagatedFutures
252 public final <X extends Throwable> FluentFuture<V> catchingAsync( in catchingAsync() method in FluentFuture
351 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catchingAsync( in catchingAsync() method in Futures
254 public final <X extends Throwable> FluentFuture<V> catchingAsync( in catchingAsync() method in FluentFuture
366 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catchingAsync( in catchingAsync() method in Futures
735 .catchingAsync( in completeRequest() method in Downloader