|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
ListenableFuture<V> forExecutionException(Throwable ) |
Create a new async result which exposes the given exception as an ExecutionException from Future.get(). |
ListenableFuture<V> forValue(V ) |
Create a new async result which exposes the given value from Future.get(). |
Changed Methods | ||
V get() |
Change in exceptions thrown from no exceptions to java.util.concurrent.ExecutionException . |
|
V get(long, |
Change in exceptions thrown from no exceptions to java.util.concurrent.ExecutionException . |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |