Skip to content

Releases: palantir/streams

1.5.0

19 Jun 16:20
Compare
Choose a tag to compare

Added KeyedStream.entries, KeyedStream.ofEntries and KeyedStream.join.

1.4.0

08 Sep 17:50
Compare
Choose a tag to compare
Merge pull request #8 from MatthewMaclean/feature/immutable-collectors

Added ImmutableCollectors for Guava Immutable Collections

1.3.0: Merge pull request #7 from palantir/stream_a_multimap

09 Jul 22:08
Compare
Choose a tag to compare
Make it possible to stream a Multimap

1.2.0

21 Mar 01:27
Compare
Choose a tag to compare

Can now conveniently stream iterators using MoreStreams. Thanks go to @gm2211 for contributing this!

1.1.0

11 Mar 16:20
Compare
Choose a tag to compare

KeyedStream objects now have .keys() and .values() methods that drop the opposite component of the stream.

1.0.3

12 Feb 00:08
Compare
Choose a tag to compare
Amended publishing configuration

1.0.2

12 Feb 00:02
Compare
Choose a tag to compare
Added a group

1.0.1

11 Feb 23:54
Compare
Choose a tag to compare
Fixed Javadoc error

Initial release

11 Feb 21:03
Compare
Choose a tag to compare

Initial release