returns the next element in the stream difference to next is, that the internal data position is not changed, so next still will deliver the next item from the current data position. Look ahead is mostly needed internally by possible endless data constructs which have no fixed data boundary, or index positions. (aka infinite sets, or flatmapped constructs)
Generated using TypeDoc
an intermediate data source which prefilters incoming stream data and lets only the data out which passes the filter function check