Searched refs:FutureArrayInterface (Results 1 – 10 of 10) sorted by relevance
6 use GuzzleHttp\Ring\Future\FutureArrayInterface; alias13 /** @var callable|array|FutureArrayInterface */21 * @param array|FutureArrayInterface|callable $result Mock return value.43 } elseif (!$response instanceof FutureArrayInterface) {
25 use GuzzleHttp\Ring\Future\FutureArrayInterface; alias96 … $method, string $uri, array $params = [], $body = null, array $options = []): FutureArrayInterface139 * @param FutureArrayInterface $result Response of a request (promise)144 public function resultOrFuture(FutureArrayInterface $result, array $options = [])151 } while ($result instanceof FutureArrayInterface);
5 use GuzzleHttp\Ring\Future\FutureArrayInterface; alias221 * @param array|FutureArrayInterface $message Array containing a "body" key327 * @param FutureArrayInterface $future Future to wrap with a new future335 FutureArrayInterface $future,
25 use GuzzleHttp\Ring\Future\FutureArrayInterface; alias47 if (!($response instanceof FutureArrayInterface)) {
7 interface FutureArrayInterface extends interface
7 class FutureArray implements FutureArrayInterface
7 class CompletedFutureArray extends CompletedFutureValue implements FutureArrayInterface
25 use GuzzleHttp\Ring\Future\FutureArrayInterface; alias
92 - Added a fix to the StreamHandler to return a `FutureArrayInterface` when an
265 example, `$response['hits']['hits']`) since FutureArrayInterface automatically