메소드 | 설명 | |
---|---|---|
getApplier ( mixed $yielded, array $yieldables, callable $next = null ) : mixed | Return function that apply changes in yieldables. | |
getYieldables ( mixed $value, array $keylist = [], array &$runners = [] ) : array | Recursively search yieldable values. | |
normalize ( mixed $value, mixed $yield_key = null ) : mixed | Recursively normalize value. | |
safePromise ( React\Promise\PromiseInterface $promise ) : React\Promise\PromiseInterface | Return Promise that absorbs rejects, excluding fatal Throwable. |
public static safePromise ( React\Promise\PromiseInterface $promise ) : React\Promise\PromiseInterface | ||
$promise | React\Promise\PromiseInterface | |
리턴 | React\Promise\PromiseInterface |