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