public function each($callback)
 {
     return $this->list->each($callback);
 }