Pinq\Iterators\Standard\Iterator::next PHP Метод

next() закрытый публичный Метод

final public next ( )
    public final function next()
    {
        if ($this->requiresFirstFetch) {
            $this->fetch();
        }
        $this->fetch();
    }