/**
  * Checks whether a feed is available in the continuous stream, blocking until a feed is received.
  */
 public boolean hasNext() {
   return changes.hasNext();
 }