export interface NextFunction<T> {
  /**
   * Chain the iterable with a next transformation, of total control of the callback function
   * @param callback the callback function
   */