V - the result type of the I/O operationpublic class CompletionHandlerToFuture<V> extends Object implements CompletionHandler<V,Void>
| Constructor and Description |
|---|
CompletionHandlerToFuture(com.google.common.util.concurrent.SettableFuture<V> future)
Creates a new CompletionHandlerToFuture.
|
public CompletionHandlerToFuture(com.google.common.util.concurrent.SettableFuture<V> future)
future - the future to wrapNullPointerException - if future is nullCopyright © 2011. All Rights Reserved.