Home
last modified time | relevance | path

Searched refs:CompletedFutureArray (Results 1 – 4 of 4) sorted by path

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlHandler.php4 use GuzzleHttp\Ring\Future\CompletedFutureArray; alias
63 * @return CompletedFutureArray
67 return new CompletedFutureArray(
H A DMockHandler.php5 use GuzzleHttp\Ring\Future\CompletedFutureArray; alias
36 $response = new CompletedFutureArray($response + [
H A DStreamHandler.php7 use GuzzleHttp\Ring\Future\CompletedFutureArray; alias
66 return new CompletedFutureArray($response);
138 return new CompletedFutureArray([
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DCompletedFutureArray.php7 class CompletedFutureArray extends CompletedFutureValue implements FutureArrayInterface class