예제 #1
0
	public function forAll(callable $f){
		Iterators::forAll($this->iterator, $f);
	}