*/ interface PaginatorInterface extends AdapterInterface { /** * Returns all available results without pagination. * * @return iterable */ public function getAll(): iterable; }