iter\rewindable\_RewindableGenerator::valid PHP Method

valid() public method

public valid ( )
    public function valid()
    {
        if (!$this->generator) {
            $this->rewind();
        }
        return $this->generator->valid();
    }