All Methods
Removals
Additions
Changes
Bold is New, strike is deleted


A  C T TOP
addCallback (ListenableFuture<V>, FutureCallback<? super V>)

C  A T TOP
call (Callable<C>)
callAsync (AsyncCallable<C>)
catching (ListenableFuture<? extends V>, Class<X>, Function<? super X, ? extends V>)
catchingAsync (ListenableFuture<? extends V>, Class<X>, AsyncFunction<? super X, ? extends V>)

T  A C TOP
transform (ListenableFuture<I>, Function<? super I, ? extends O>)
transformAsync (ListenableFuture<I>, AsyncFunction<? super I, ? extends O>)