end abstract method

Query end()

Pops out the top Query object in the stack and retrieve the previous one.

  • If there is no previous Query, an empty Query will be returned.
  • @see pushStack

Implementation

Query end();