Searched refs:ThenApplyAsync (Results 1 – 1 of 1) sorted by relevance
382 return new ThenApplyAsync<>(this, fn, executor); in thenApplyAsync()385 private static class ThenApplyAsync<T, U> extends AndroidFuture<U> class in AndroidFuture391 ThenApplyAsync(@NonNull AndroidFuture<T> source, in ThenApplyAsync() method in AndroidFuture.ThenApplyAsync