rcrowe\Hippy\Queue::valid PHP Метод

valid() публичный Метод

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