public function containsAll(\blaze\collections\Collection $c)
 {
     return $this->collection->containsAll($c);
 }