| Current Path : /var/www/clients/client3/web2/web/vendor/ezimuel/ringphp/src/Future/ |
| Current File : /var/www/clients/client3/web2/web/vendor/ezimuel/ringphp/src/Future/FutureArrayInterface.php |
<?php
namespace GuzzleHttp\Ring\Future;
/**
* Future that provides array-like access.
*/
interface FutureArrayInterface extends
FutureInterface,
\ArrayAccess,
\Countable,
\IteratorAggregate {};