PHP Interface React\Promise\PromiseInterface

显示文件 Open project: reactphp/promise Interface Usage Examples

Public Methods

Method Description
then ( callable $onFulfilled = null, callable $onRejected = null ) : React\Promise\PromiseInterface

Method Details

then() public method

public then ( callable $onFulfilled = null, callable $onRejected = null ) : React\Promise\PromiseInterface
$onFulfilled callable
$onRejected callable
return React\Promise\PromiseInterface