Ejemplo n.º 1
0
	public static function fold(callable $projection){
		return Iterators::fold($this->iterator, $projection);
	}