extends |
CompletedFutureValue |
|---|---|
implements |
FutureArrayInterface |
Represents a future array that has been completed successfully.
| Methods | ||
|---|---|---|
public
|
__construct(array $result)
|
# |
public
|
offsetExists($offset)
|
# |
public
|
offsetGet($offset)
|
# |
public
|
offsetSet($offset, $value)
|
# |
public
|
offsetUnset($offset)
|
# |
public
|
count()
|
# |
public
|
getIterator()
|
# |
| Methods inherited from GuzzleHttp\Ring\Future\CompletedFutureValue |
|---|
wait(), cancel(), promise(), then() |
| Properties inherited from GuzzleHttp\Ring\Future\CompletedFutureValue |
|---|
$result, $error |