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