Prado\TEnumerable::valid PHP 메소드

valid() 공개 메소드

public valid ( )
    public function valid()
    {
        return $this->current() !== false;
    }