public interface ThenPromise<SUB extends ThenPromise> extends EoPromise<SUB>
| Modifier and Type | Method and Description |
|---|---|
SUB |
capture(PromiseCapture capture) |
<T> ThenPromise |
execute(PromiseArg<T> arg) |
<P> ThenPromise |
then(PromiseThen<Object,P> then) |
<P> ThenPromise then(PromiseThen<Object,P> then)
<T> ThenPromise execute(PromiseArg<T> arg)
SUB capture(PromiseCapture capture)
capture in interface EoPromise<SUB extends ThenPromise>Copyright © 2019. All rights reserved.