Searched refs:thenApplyAsync (Results 1 – 2 of 2) sorted by relevance
377 return thenApplyAsync(fn, DIRECT_EXECUTOR); in thenApply()381 public <U> AndroidFuture<U> thenApplyAsync(@NonNull Function<? super T, ? extends U> fn, in thenApplyAsync() method in AndroidFuture
149 .thenApplyAsync(targetResolveInfo -> { in onCreate()