Home
last modified time | relevance | path

Searched refs:hasBeenDeferred (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php84 ->boolean($this->invoke($result)->hasBeenDeferred())
127 ->boolean($this->invoke($result)->hasBeenDeferred())
139 ->boolean($this->invoke($result)->hasBeenDeferred())
158 ->boolean($this->invoke($result)->hasBeenDeferred())
458 ->when($result = $this->invoke($stream)->hasBeenDeferred())
468 ->when($result = $this->invoke($stream)->hasBeenDeferred())
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php274 if (true === $this->hasBeenDeferred()) {
451 protected function hasBeenDeferred() function in Hoa\\Stream\\Stream
H A DCHANGELOG.md26 * Stream: Add the `hasBeenDeferred` method. (Ivan Enderlin, 2017-02-03T11:03:21+01:00)