rcrowe\Hippy\Queue::valid PHP Method

valid() public method

This method is called after Iterator::rewind() and Iterator::next() to check if the current position is valid.
public valid ( ) : boolean
return boolean
    public function valid()
    {
        return $this->current() !== false;
    }