public function unique(){
		$this->iterator = Iterators::unique($this->iterator);
		return $this;
	}