Class ClosingFuture.Peeker

java.lang.Object
dev.mccue.guava.concurrent.ClosingFuture.Peeker
Enclosing class:
ClosingFuture<V extends @Nullable Object>

public static final class ClosingFuture.Peeker extends Object
An object that can return the value of the ClosingFutures that are passed to #whenAllComplete(Iterable) or #whenAllSucceed(Iterable).

Only for use by a CombiningCallable or AsyncCombiningCallable object.