*/ interface RowIteratorInterface extends Iterator { public function current(): ?Row; }