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