W3cubDocs

/Bluebird

.then

.then(
    [function(any value) fulfilledHandler],
    [function(any error) rejectedHandler]
) -> Promise

Promises/A+ .then. If you are new to promises, see the Beginner's Guide.

© 2013–2018 Petka Antonov
Licensed under the MIT License.
http://bluebirdjs.com/docs/api/then.html