Interface GuzzleHttp\Ring\Future\FutureArrayInterface

extends FutureInterface, ArrayAccess, Countable, IteratorAggregate

Future that provides array-like access.

Methods inherited from GuzzleHttp\Ring\Future\FutureInterface
wait(), cancel(), then(), promise()
Methods inherited from ArrayAccess
offsetExists(), offsetGet(), offsetSet(), offsetUnset()
Methods inherited from Countable
count()
Methods inherited from IteratorAggregate
getIterator()