Uses of Interface
com.google.common.util.concurrent.CheckedFuture
-
Packages that use CheckedFuture Package Description 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 Modifier and Type Class Description class
AbstractCheckedFuture<V,X extends java.lang.Exception>
Deprecated.CheckedFuture
cannot properly support the chained operations that are the primary goal ofListenableFuture
.class
ForwardingCheckedFuture<V,X extends java.lang.Exception>
Deprecated.CheckedFuture
cannot properly support the chained operations that are the primary goal ofListenableFuture
.static class
ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,X extends java.lang.Exception>
Deprecated.CheckedFuture
cannot properly support the chained operations that are the primary goal ofListenableFuture
.Methods in com.google.common.util.concurrent that return CheckedFuture Modifier and Type Method Description protected abstract CheckedFuture<V,X>
ForwardingCheckedFuture. delegate()
Deprecated.protected CheckedFuture<V,X>
ForwardingCheckedFuture.SimpleForwardingCheckedFuture. delegate()
Deprecated.static <V,X extends java.lang.Exception>
CheckedFuture<V,X>Futures. immediateCheckedFuture(V value)
Deprecated.CheckedFuture
cannot properly support the chained operations that are the primary goal ofListenableFuture
.static <V,X extends java.lang.Exception>
CheckedFuture<V,X>Futures. immediateFailedCheckedFuture(X exception)
Deprecated.CheckedFuture
cannot properly support the chained operations that are the primary goal ofListenableFuture
.static <V,X extends java.lang.Exception>
CheckedFuture<V,X>Futures. makeChecked(ListenableFuture<V> future, Function<? super java.lang.Exception,X> mapper)
Deprecated.CheckedFuture
cannot properly support the chained operations that are the primary goal ofListenableFuture
.Constructors in com.google.common.util.concurrent with parameters of type CheckedFuture Constructor Description SimpleForwardingCheckedFuture(CheckedFuture<V,X> delegate)
Deprecated.
-