| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CheckedFuture | |
|---|---|
| com.google.common.util.concurrent | Concurrency utilities. | 
| Uses of CheckedFuture in com.google.common.util.concurrent | 
|---|
| Classes in com.google.common.util.concurrent that implement CheckedFuture | |
|---|---|
|  class | AbstractCheckedFuture<V,X extends Exception>A delegating wrapper around a ListenableFuturethat adds support for
 theAbstractCheckedFuture.checkedGet()andAbstractCheckedFuture.checkedGet(long, TimeUnit)methods. | 
|  class | ForwardingCheckedFuture<V,X extends Exception>A future which forwards all its method calls to another future. | 
| static class | ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,X extends Exception>A simplified version of ForwardingCheckedFuturewhere subclasses
 can pass in an already constructedCheckedFutureas the delegate. | 
| Methods in com.google.common.util.concurrent that return CheckedFuture | ||
|---|---|---|
| protected abstract  CheckedFuture<V,X> | ForwardingCheckedFuture.delegate() | |
| protected  CheckedFuture<V,X> | ForwardingCheckedFuture.SimpleForwardingCheckedFuture.delegate() | |
| static
 | Futures.immediateCheckedFuture(V value)Returns a CheckedFuturewhich has its value set immediately upon
 construction. | |
| static
 | Futures.immediateFailedCheckedFuture(X exception)Returns a CheckedFuturewhich has an exception set immediately upon
 construction. | |
| static
 | Futures.makeChecked(ListenableFuture<V> future,
                       Function<Exception,X> mapper)Creates a CheckedFutureout of a normalListenableFutureand aFunctionthat maps fromExceptioninstances into the
 appropriate checked type. | |
| Constructors in com.google.common.util.concurrent with parameters of type CheckedFuture | |
|---|---|
| ForwardingCheckedFuture.SimpleForwardingCheckedFuture(CheckedFuture<V,X> delegate) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||