| Modifier and Type | Method and Description |
|---|---|
<Tx,Fx,Px> Promise<Tx,Fx,Px> |
Promise.then(Progress<? super T,? super F,? super P,Tx,Fx,Px> 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.