exists() public method

public exists ( Closure $p )
$p Closure
 /**
  * {@inheritdoc}
  */
 public function exists(\Closure $p)
 {
     return $this->collection->exists($p);
 }