| Modifier and Type | Method and Description |
|---|---|
<Tx,Fx> Promise<Tx,Fx,P> |
Promise.then(Reject<? super T,? super F,Tx,Fx,P> then)
Return a new promise that will have the resolved value of the original
Promise converted to
the new type using then. |
Copyright © 2015 MachineCode. All rights reserved.