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