public function take($count){ $this->iterator = Iterators::take($this->iterator, $count); return $this; }