You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize for not responding to this (directly) sooner. As you can see in the commit from 6 days ago, I have updated the documentation to explain that getIterator isn't really meant to be used directly. Maybe for that reason I should rename it to _getIterator or something.
Than you for you answer.
As i've explained in the StackOverflow thread, I needed to use getIterator because I didn't want to read all the lines of a file. I needed to read the first line of n different files and process the one with the smallest timestamp until there was no lines to read from any file. For that specific scenario I needed to use getIterator.
Is it possible to implement getIterator on a Stream Sequence?
This example prints nothing.
Altough this example works correctly:
I'm using version
0.3.1
installed fromnpm
.The text was updated successfully, but these errors were encountered: