2/ Among the features in this release:

- everyNth(), to emit every nth element from the stream

- uniquelyOccurring(), to emit stream elements that occur a single time

- intersperse(), to put the given element between each element of the stream

Comments