Generated by
JDiff

Class com.google.common.util.concurrent.Futures.FutureCombiner

Removed Methods
ListenableFuture<C> call(Callable<C>) Like .call(Callable, Executor) but using MoreExecutors#directExecutor direct executor.
ListenableFuture<C> callAsync(AsyncCallable<C>) Like .callAsync(AsyncCallable, Executor) but using MoreExecutors#directExecutor direct executor.