3/ Features, continued...
- foldIndexed(), perform a fold along with the index of each element
- scanIndexed(), perform a scan along with the index of each element
- takeUntil(), take from a stream until a predicate is met, including the first element that matches the predicate-
- foldIndexed(), perform a fold along with the index of each element
- scanIndexed(), perform a scan along with the index of each element
- takeUntil(), take from a stream until a predicate is met, including the first element that matches the predicate-
Comments
cross(iterable), cross(iterator), and cross(stream) to combine elements in the input stream with the given source of elements
/end