Generated by
JDiff

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

Changed Methods
T callWithTimeout(Callable<T>, long, TimeUnit, boolean) Changed from non-abstract to abstract. Invokes a specified Callable, timing out after the specified time limit.
T newProxy(T, Class<T>, long, TimeUnit) Changed from non-abstract to abstract. Returns an instance of {@code interfaceType} that delegates all method calls to the {@code target} object, enforcing the specified time limit on each call.