Generated by
JDiff

Interface com.google.common.util.concurrent.TimeLimiter

Changed Methods
T extends Object callUninterruptiblyWithTimeout(Callable<T>, Duration) Change in return type from T to (T extends Object).
Invokes a specified Callable, timing out after the specified time limit.
T extends Object callUninterruptiblyWithTimeout(Callable<T>, long, TimeUnit) Change in return type from T to (T extends Object).
Invokes a specified Callable, timing out after the specified time limit.
T extends Object callWithTimeout(Callable<T>, Duration) Change in return type from T to (T extends Object).
Invokes a specified Callable, timing out after the specified time limit.
T extends Object callWithTimeout(Callable<T>, long, TimeUnit) Change in return type from T to (T extends Object).
Invokes a specified Callable, timing out after the specified time limit.