Searched defs:catchingAsync (Results 1 – 7 of 7) sorted by relevance
53 public static <V> ListenableFuture<V> catchingAsync( in catchingAsync() method in GwtFuturesCatchingSpecialization60 public static <V> ListenableFuture<V> catchingAsync( in catchingAsync() method in GwtFuturesCatchingSpecialization
39 public final FluentFuture<V> catchingAsync( in catchingAsync() method in GwtFluentFutureCatchingSpecialization
246 public final <X extends Throwable> FluentFuture<V> catchingAsync( in catchingAsync() method in FluentFuture
342 public static <V, X extends Throwable> ListenableFuture<V> catchingAsync( in catchingAsync() method in Futures
248 public final <X extends Throwable> FluentFuture<V> catchingAsync( in catchingAsync() method in FluentFuture
357 public static <V, X extends Throwable> ListenableFuture<V> catchingAsync( in catchingAsync() method in Futures
735 .catchingAsync( in completeRequest() method in Downloader