Result - the type of the result for this promiseV - the type of the value for this promisepublic interface PrecipicePromise<Result extends Failable,V> extends Completable<Result,V>
| Modifier and Type | Method and Description |
|---|---|
PrecipiceFuture<Result,V> |
future()
Returns a future containing the result of this promise
|
complete, completeExceptionally, resultViewPrecipiceFuture<Result,V> future()
Copyright © 2014 Tim Brooks. All Rights Reserved.