|
Change Return Type void to T in method package abstract doFallback(fallback F, throwable X) : T in class com.google.common.util.concurrent.AbstractCatchingFuture |
From |
To |
|
Change Return Type void to T in method package abstract doTransform(function F, result I) : T in class com.google.common.util.concurrent.AbstractTransformFuture |
From |
To |
|
Change Return Type void to ListenableFuture<? extends V> in method package doFallback(fallback AsyncFunction<? super X,? extends V>, cause X) : ListenableFuture<? extends V> in class com.google.common.util.concurrent.AbstractCatchingFuture.AsyncCatchingFuture |
From |
To |
|
Change Return Type void to O in method package doTransform(function Function<? super I,? extends O>, input I) : O in class com.google.common.util.concurrent.AbstractTransformFuture.TransformFuture |
From |
To |
|
Change Return Type void to ListenableFuture<? extends O> in method package doTransform(function AsyncFunction<? super I,? extends O>, input I) : ListenableFuture<? extends O> in class com.google.common.util.concurrent.AbstractTransformFuture.AsyncTransformFuture |
From |
To |
|
Change Return Type void to V in method package doFallback(fallback Function<? super X,? extends V>, cause X) : V in class com.google.common.util.concurrent.AbstractCatchingFuture.CatchingFuture |
From |
To |