next method

bool next()

Implementation

bool next(){
  if(_next != null) return _next!();
  return false;
}