/**
  * Checks if current position is valid
  *
  * @return bool
  */
 public function valid()
 {
     return $this->pool->valid();
 }