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