Home Manual Reference Source

References

summary
private

F _next(iterator: Iterator): {value: any, done?: boolean}

Returns the next event of the input iterator.

public

F next(iterator: Iterator, dflt: any): any

Returns the next value of the input iterator.