canContinue method

bool canContinue()

Checks whether the currentPage has the next node.

Implementation

bool canContinue() {
  return currentPage.hasNextNode();
}