next method

void next(
  1. IStatus status
)

Implementation

void next(IStatus status) {
  _next(self, status.self);
  status.checkStatus();
}