/**
  * {@inheritdoc}
  */
 public function partition(Closure $p)
 {
     $this->initialize();
     return $this->coll->partition($p);
 }