Ejemplo n.º 1
0
	public function forAll(callable $f){
		Iterators::forAll($this->iterator, $f);
	}