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