Class ClosingFuture.ValueAndCloser<V>

java.lang.Object
com.google.common.util.concurrent.ClosingFuture.ValueAndCloser<V>
Type Parameters:
V - the type of the value of a successful operation
Enclosing class:
ClosingFuture<V>

public static final class ClosingFuture.ValueAndCloser<V> extends Object
An object that holds the final result of an asynchronous ClosingFuture operation and allows the user to close all the closeable objects that were captured during it for later closing.

The asynchronous operation will have completed before this object is created.

See Also: