public function forAll(callable $f){
		Iterators::forAll($this->iterator, $f);
	}