hasNextPage abstract method
Check the availability of the next result page. Return True if there are more search results and one can call SearchSession.fetchNextPage, false otherwise.
Implementation
core.bool hasNextPage();
Check the availability of the next result page. Return True if there are more search results and one can call SearchSession.fetchNextPage, false otherwise.
core.bool hasNextPage();