/**
  * Move forward to next element
  *
  * @return mixed|void
  */
 public function next()
 {
     return $this->pool->next();
 }