K
- public class FutureWrapper<K extends BaseFuture> extends BaseFutureImpl<K>
BaseFuture.FutureType
completed, lock, reason, type
Constructor and Description |
---|
FutureWrapper() |
Modifier and Type | Method and Description |
---|---|
K |
getWrappedFuture() |
void |
waitFor(K future)
Wait for the future, which will cause this future to complete if the
wrapped future completes.
|
addCancellation, addListener, addListener, await, await, awaitListeners, awaitUninterruptibly, awaitUninterruptibly, cancel, getFailedReason, getType, isCompleted, isFailed, isSuccess, notifyListerenrs, removeListener, self, setCompletedAndNotify, setFailed, setFailed, setFailed, setFailed, setFailed
Copyright © 2013. All Rights Reserved.