Exemplo n.º 1
0
	public function selectMany(callable $manyProjection){
		$this->iterator = Iterators::selectMany($this->iterator, $manyProjection);
		return $this;
	}