public function where(callable $filter){
		$this->iterator = Iterators::where($this->iterator, $filter);
		return $this;
	}