Pinq\Iterators\Standard\IGeneratorAdapter::doFetch PHP Метод

doFetch() защищенный Метод

protected doFetch ( )
    protected function doFetch()
    {
        if (parent::doFetch() !== null) {
            return [$this->currentKey, &$this->currentValue];
        }
    }