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