Generated by
JDiff

Package com.google.common.util.concurrent

Changed Classes
AbstractFuture An abstract implementation of ListenableFuture, intended for advanced users only.
ClosingFuture A step in a pipeline of an asynchronous computation.
ClosingFuture.Combiner A builder of a ClosingFuture step that is derived from more than one input step.
ClosingFuture.Peeker An object that can return the value of the ClosingFutures that are passed to .whenAllComplete(Iterable) or .whenAllSucceed(Iterable).