public function selectMany(callable $manyProjection){ $this->iterator = Iterators::selectMany($this->iterator, $manyProjection); return $this; }