Generated by
JDiff

Class com.google.common.util.concurrent.ClosingFuture.Combiner

Changed Methods
ClosingFuture<V> call(CombiningCallable<V>, Executor) Change from non-final to final.
Returns a new {@code ClosingFuture} pipeline step derived from the inputs by applying a combining function to their values.
ClosingFuture<V> callAsync(AsyncCombiningCallable<V>, Executor) Change from non-final to final.
Returns a new {@code ClosingFuture} pipeline step derived from the inputs by applying a {@code ClosingFuture}-returning function to their values.
 

Removed Fields
ImmutableList<ClosingFuture<?>> inputs