Searched defs:whenCompleteAsync (Results 1 – 2 of 2) sorted by relevance
57 AsyncFuture<T> whenCompleteAsync(@NonNull BiConsumer<? super T, ? super Throwable> action, in whenCompleteAsync() method
53 public AsyncFuture<T> whenCompleteAsync(BiConsumer<? super T, ? super Throwable> action, in whenCompleteAsync() method in AndroidAsyncFuture