Example #1
0
 /** {@inheritDoc} */
 public function forAll(Closure $p)
 {
     $this->initialize();
     return $this->collection->forAll($p);
 }