Searched refs:thenCombine (Results 1 – 1 of 1) sorted by relevance
423 public <U, V> AndroidFuture<V> thenCombine( in thenCombine() method in AndroidFuture430 public AndroidFuture<T> thenCombine(@NonNull CompletionStage<Void> other) { in thenCombine() method in AndroidFuture431 return thenCombine(other, (res, aVoid) -> res); in thenCombine()