Esempio n. 1
0
 public function any($handler)
 {
     $this->data = Linq::any($this->data, $handler);
     return $this;
 }