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