Uses of Class
com.google.common.util.concurrent.ClosingFuture.Peeker
-
Packages that use ClosingFuture.Peeker Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ClosingFuture.Peeker in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent with parameters of type ClosingFuture.Peeker Modifier and Type Method Description ClosingFuture<V>
ClosingFuture.Combiner.AsyncCombiningCallable. call(ClosingFuture.DeferredCloser closer, ClosingFuture.Peeker peeker)
Computes aClosingFuture
result, or throws an exception if unable to do so.V
ClosingFuture.Combiner.CombiningCallable. call(ClosingFuture.DeferredCloser closer, ClosingFuture.Peeker peeker)
Computes a result, or throws an exception if unable to do so.
-