in src/main/java/com/spotify/google/cloud/pubsub/client/PubsubFuture.java [129:133]
public <U, V> PubsubFuture<V> thenCombineAsync(final CompletionStage<? extends U> other,
final BiFunction<? super T, ? super U, ? extends V> fn,
final Executor executor) {
return wrap(super.thenCombineAsync(other, fn, executor));
}