Ejemplo n.º 1
0
	public function groupBy(callable $selector){
		$this->iterator = Iterators::groupBy($this->iterator, $selector);
		return $this;
	}