Drop a number of values from the sequence
Number of items to drop greater than 0
Mark this lazy object to return only the first result on lazy.value()
.
No more iteratees or transformations can be added after this method is called.
Returns the reduction of sequence according the reducing function
a reducing function
Returns the number of matched items in the sequence
Take given numbe for values from sequence
A number greater than 0
Returns the fully realized values of the iterators.
The return value will be an array unless lazy.first()
was used.
The realized values are cached for subsequent calls
Generated using TypeDoc
A lazy collection iterator yields a single value at time upon request