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