PHP Class React\Promise\SimpleFulfilledTestPromise

Inheritance: implements React\Promise\PromiseInterface
Show file Open project: reactphp/promise

Public Methods

Method Description
then ( callable $onFulfilled = null, callable $onRejected = null )

Method Details

then() public method

public then ( callable $onFulfilled = null, callable $onRejected = null )
$onFulfilled callable
$onRejected callable