| Current Path : /home/rtorresani/www/vendor/ezimuel/ringphp/src/Future/ |
| Current File : //home/rtorresani/www/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 {};